Html Css Color HEX #84440A Saddle Brown

📋 copy color: '#84440A'

red 132 ◦ green 68 ◦ blue 10

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

Shades of Saddle Brown #84440A

Tints of Saddle Brown #84440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.38%

 BLUE value IS 10 (4.3% from 255) = 4.76%

R = 62.86%
G = 32.38%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84440A (or 0x84440A) is known color: Saddle Brown. HEX triplet: 84, 44 and 0A. RGB value is (132,68,10). Sum of RGB (Red+Green+Blue) = 132+68+10=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #84440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84440A is #7BBBF5. Grayscale: #505050. Windows color (decimal): -8109046 or 672900. OLE color: 672900.

HSL color Cylindrical-coordinate representation of color #84440A: hue angle of 28.52º degrees, saturation: 0.86, 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 #84440A is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 68 10 -
CMYK 0 0.48 0.92 0.48
HSL 28.52º 0.86% 0.28% -
HSV(B) 28.52º 0.92% 0.52% -
XYZ 11.64 9.06 1.42 -
YUV 80.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 132 68 10 0 0.48 0.92 0.48 28.52 0.86 0.28
Hex 84 44 A 0 30 5C 30 1D 56 1C
Octal 204 104 12 0 60 134 60 35 126 34
Binary 10000100 1000100 1010 0 110000 1011100 110000 11101 1010110 11100

Color Harmonies of #84440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84440A

Black with #84440A

Text Example


Text Example

White with #84440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84440A; }

 p { color: rgb(132,68,10); }

 H1.HeaderClassName
 {
   color: #84440A;
 }
 .AnyTagClassName
 {
   color: #84440A;
 }
</style>

background-color css

<style>
 a { background-color: #84440A; }

 a { background-color: rgb(132,68,10); }

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

border-color css

<style>
 span { border-color: #84440A; }

 span { border-color: rgb(132,68,10); }

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