Html Css Color HEX #834C00 Raw Umber

📋 copy color: '#834C00'

red 131 ◦ green 76 ◦ blue 0

#834C00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #834C00

Tints of Raw Umber #834C00

RGB

 RED value IS 131 (51.56% from 255) = 63.29%

 GREEN value IS 76 (30.08% from 255) = 36.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.29%
G = 36.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#834C00 (or 0x834C00) is known color: Raw Umber. HEX triplet: 83, 4C and 00. RGB value is (131,76,0). Sum of RGB (Red+Green+Blue) = 131+76+0=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #834C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834C00 is #7CB3FF. Grayscale: #545454. Windows color (decimal): -8172544 or 19587. OLE color: 19587.

HSL color Cylindrical-coordinate representation of color #834C00: hue angle of 34.81º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #834C00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 76 0 -
CMYK 0 0.42 1 0.49
HSL 34.81º 1% 0.26% -
HSV(B) 34.81º 1% 0.51% -
XYZ 11.94 9.99 1.3 -
YUV 83.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 131 76 0 0 0.42 1 0.49 34.81 1 0.26
Hex 83 4C 0 0 2A 64 31 23 64 1A
Octal 203 114 0 0 52 144 61 43 144 32
Binary 10000011 1001100 0 0 101010 1100100 110001 100011 1100100 11010

Color Harmonies of #834C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C00

Black with #834C00

Text Example


Text Example

White with #834C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834C00; }

 p { color: rgb(131,76,0); }

 H1.HeaderClassName
 {
   color: #834C00;
 }
 .AnyTagClassName
 {
   color: #834C00;
 }
</style>

background-color css

<style>
 a { background-color: #834C00; }

 a { background-color: rgb(131,76,0); }

 div.DivClassName
 {
   background-color: #834C00;
 }
 .BgClassName
 {
   background-color: #834C00;
 }
</style>

border-color css

<style>
 span { border-color: #834C00; }

 span { border-color: rgb(131,76,0); }

 td.TdClassName
 {
   border-color: #834C00;
 }
 .TagClassName
 {
   border-color: #834C00;
 }
</style>