Html Css Color HEX #84580C Raw Umber

📋 copy color: '#84580C'

red 132 ◦ green 88 ◦ blue 12

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

Shades of Raw Umber #84580C

Tints of Raw Umber #84580C

RGB

 RED value IS 132 (51.95% from 255) = 56.9%

 GREEN value IS 88 (34.77% from 255) = 37.93%

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 56.9%
G = 37.93%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#84580C (or 0x84580C) is known color: Raw Umber. HEX triplet: 84, 58 and 0C. RGB value is (132,88,12). Sum of RGB (Red+Green+Blue) = 132+88+12=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #84580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84580C is #7BA7F3. Grayscale: #5C5C5C. Windows color (decimal): -8103924 or 809092. OLE color: 809092.

HSL color Cylindrical-coordinate representation of color #84580C: hue angle of 38º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84580C is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 88 12 -
CMYK 0 0.33 0.91 0.48
HSL 38º 0.83% 0.28% -
HSV(B) 38º 0.91% 0.52% -
XYZ 13.07 11.91 1.96 -
YUV 92.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 132 88 12 0 0.33 0.91 0.48 38 0.83 0.28
Hex 84 58 C 0 21 5B 30 26 53 1C
Octal 204 130 14 0 41 133 60 46 123 34
Binary 10000100 1011000 1100 0 100001 1011011 110000 100110 1010011 11100

Color Harmonies of #84580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84580C

Black with #84580C

Text Example


Text Example

White with #84580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84580C; }

 p { color: rgb(132,88,12); }

 H1.HeaderClassName
 {
   color: #84580C;
 }
 .AnyTagClassName
 {
   color: #84580C;
 }
</style>

background-color css

<style>
 a { background-color: #84580C; }

 a { background-color: rgb(132,88,12); }

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

border-color css

<style>
 span { border-color: #84580C; }

 span { border-color: rgb(132,88,12); }

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