Html Css Color HEX #84430C Saddle Brown

📋 copy color: '#84430C'

red 132 ◦ green 67 ◦ blue 12

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

Shades of Saddle Brown #84430C

Tints of Saddle Brown #84430C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.75%

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

R = 62.56%
G = 31.75%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#84430C (or 0x84430C) is known color: Saddle Brown. HEX triplet: 84, 43 and 0C. RGB value is (132,67,12). Sum of RGB (Red+Green+Blue) = 132+67+12=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84430C is #7BBCF3. Grayscale: #505050. Windows color (decimal): -8109300 or 803716. OLE color: 803716.

HSL color Cylindrical-coordinate representation of color #84430C: hue angle of 27.5º 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 #84430C is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 67 12 -
CMYK 0 0.49 0.91 0.48
HSL 27.5º 0.83% 0.28% -
HSV(B) 27.5º 0.91% 0.52% -
XYZ 11.59 8.95 1.46 -
YUV 80.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 132 67 12 0 0.49 0.91 0.48 27.5 0.83 0.28
Hex 84 43 C 0 31 5B 30 1C 53 1C
Octal 204 103 14 0 61 133 60 34 123 34
Binary 10000100 1000011 1100 0 110001 1011011 110000 11100 1010011 11100

Color Harmonies of #84430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84430C

Black with #84430C

Text Example


Text Example

White with #84430C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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