Html Css Color HEX #84400B Saddle Brown

📋 copy color: '#84400B'

red 132 ◦ green 64 ◦ blue 11

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

Shades of Saddle Brown #84400B

Tints of Saddle Brown #84400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.92%

 BLUE value IS 11 (4.69% from 255) = 5.31%

R = 63.77%
G = 30.92%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84400B (or 0x84400B) is known color: Saddle Brown. HEX triplet: 84, 40 and 0B. RGB value is (132,64,11). Sum of RGB (Red+Green+Blue) = 132+64+11=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #84400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84400B is #7BBFF4. Grayscale: #4E4E4E. Windows color (decimal): -8110069 or 737412. OLE color: 737412.

HSL color Cylindrical-coordinate representation of color #84400B: hue angle of 26.28º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84400B is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 64 11 -
CMYK 0 0.52 0.92 0.48
HSL 26.28º 0.85% 0.28% -
HSV(B) 26.28º 0.92% 0.52% -
XYZ 11.41 8.6 1.37 -
YUV 78.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 132 64 11 0 0.52 0.92 0.48 26.28 0.85 0.28
Hex 84 40 B 0 34 5C 30 1A 55 1C
Octal 204 100 13 0 64 134 60 32 125 34
Binary 10000100 1000000 1011 0 110100 1011100 110000 11010 1010101 11100

Color Harmonies of #84400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84400B

Black with #84400B

Text Example


Text Example

White with #84400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84400B; }

 p { color: rgb(132,64,11); }

 H1.HeaderClassName
 {
   color: #84400B;
 }
 .AnyTagClassName
 {
   color: #84400B;
 }
</style>

background-color css

<style>
 a { background-color: #84400B; }

 a { background-color: rgb(132,64,11); }

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

border-color css

<style>
 span { border-color: #84400B; }

 span { border-color: rgb(132,64,11); }

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