Html Css Color HEX #84320E Saddle Brown

📋 copy color: '#84320E'

red 132 ◦ green 50 ◦ blue 14

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

Shades of Saddle Brown #84320E

Tints of Saddle Brown #84320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

 BLUE value IS 14 (5.86% from 255) = 7.14%

R = 67.35%
G = 25.51%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84320E (or 0x84320E) is known color: Saddle Brown. HEX triplet: 84, 32 and 0E. RGB value is (132,50,14). Sum of RGB (Red+Green+Blue) = 132+50+14=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #84320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84320E is #7BCDF1. Grayscale: #464646. Windows color (decimal): -8113650 or 930436. OLE color: 930436.

HSL color Cylindrical-coordinate representation of color #84320E: hue angle of 18.31º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84320E is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 50 14 -
CMYK 0 0.62 0.89 0.48
HSL 18.31º 0.81% 0.29% -
HSV(B) 18.31º 0.89% 0.52% -
XYZ 10.74 7.22 1.24 -
YUV 70.41 96.17 171.93 -
System Red Green Blue C M Y K H S L
Decimal 132 50 14 0 0.62 0.89 0.48 18.31 0.81 0.29
Hex 84 32 E 0 3E 59 30 12 51 1D
Octal 204 62 16 0 76 131 60 22 121 35
Binary 10000100 110010 1110 0 111110 1011001 110000 10010 1010001 11101

Color Harmonies of #84320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84320E

Black with #84320E

Text Example


Text Example

White with #84320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84320E; }

 p { color: rgb(132,50,14); }

 H1.HeaderClassName
 {
   color: #84320E;
 }
 .AnyTagClassName
 {
   color: #84320E;
 }
</style>

background-color css

<style>
 a { background-color: #84320E; }

 a { background-color: rgb(132,50,14); }

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

border-color css

<style>
 span { border-color: #84320E; }

 span { border-color: rgb(132,50,14); }

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