Html Css Color HEX #84400D Saddle Brown

📋 copy color: '#84400D'

red 132 ◦ green 64 ◦ blue 13

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

Shades of Saddle Brown #84400D

Tints of Saddle Brown #84400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.22%

R = 63.16%
G = 30.62%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#84400D (or 0x84400D) is known color: Saddle Brown. HEX triplet: 84, 40 and 0D. RGB value is (132,64,13). Sum of RGB (Red+Green+Blue) = 132+64+13=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #84400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84400D is #7BBFF2. Grayscale: #4E4E4E. Windows color (decimal): -8110067 or 868484. OLE color: 868484.

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

Color convert

RGB 132 64 13 -
CMYK 0 0.52 0.90 0.48
HSL 25.71º 0.82% 0.28% -
HSV(B) 25.71º 0.9% 0.52% -
XYZ 11.42 8.6 1.44 -
YUV 78.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 132 64 13 0 0.52 0.90 0.48 25.71 0.82 0.28
Hex 84 40 D 0 34 5A 30 1A 52 1C
Octal 204 100 15 0 64 132 60 32 122 34
Binary 10000100 1000000 1101 0 110100 1011010 110000 11010 1010010 11100

Color Harmonies of #84400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84400D

Black with #84400D

Text Example


Text Example

White with #84400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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