Html Css Color HEX #84390C Saddle Brown

📋 copy color: '#84390C'

red 132 ◦ green 57 ◦ blue 12

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

Shades of Saddle Brown #84390C

Tints of Saddle Brown #84390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.36%

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

R = 65.67%
G = 28.36%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#84390C (or 0x84390C) is known color: Saddle Brown. HEX triplet: 84, 39 and 0C. RGB value is (132,57,12). Sum of RGB (Red+Green+Blue) = 132+57+12=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #84390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84390C is #7BC6F3. Grayscale: #4A4A4A. Windows color (decimal): -8111860 or 801156. OLE color: 801156.

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

Color convert

RGB 132 57 12 -
CMYK 0 0.57 0.91 0.48
HSL 22.5º 0.83% 0.28% -
HSV(B) 22.5º 0.91% 0.52% -
XYZ 11.05 7.86 1.28 -
YUV 74.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 132 57 12 0 0.57 0.91 0.48 22.5 0.83 0.28
Hex 84 39 C 0 39 5B 30 16 53 1C
Octal 204 71 14 0 71 133 60 26 123 34
Binary 10000100 111001 1100 0 111001 1011011 110000 10110 1010011 11100

Color Harmonies of #84390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84390C

Black with #84390C

Text Example


Text Example

White with #84390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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