Html Css Color HEX #84340C Saddle Brown

📋 copy color: '#84340C'

red 132 ◦ green 52 ◦ blue 12

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

Shades of Saddle Brown #84340C

Tints of Saddle Brown #84340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.53%

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

R = 67.35%
G = 26.53%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#84340C (or 0x84340C) is known color: Saddle Brown. HEX triplet: 84, 34 and 0C. RGB value is (132,52,12). Sum of RGB (Red+Green+Blue) = 132+52+12=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #84340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84340C is #7BCBF3. Grayscale: #474747. Windows color (decimal): -8113140 or 799876. OLE color: 799876.

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

Color convert

RGB 132 52 12 -
CMYK 0 0.61 0.91 0.48
HSL 20º 0.83% 0.28% -
HSV(B) 20º 0.91% 0.52% -
XYZ 10.81 7.39 1.2 -
YUV 71.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 132 52 12 0 0.61 0.91 0.48 20 0.83 0.28
Hex 84 34 C 0 3D 5B 30 14 53 1C
Octal 204 64 14 0 75 133 60 24 123 34
Binary 10000100 110100 1100 0 111101 1011011 110000 10100 1010011 11100

Color Harmonies of #84340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84340C

Black with #84340C

Text Example


Text Example

White with #84340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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