Html Css Color HEX #843B0C Saddle Brown

📋 copy color: '#843B0C'

red 132 ◦ green 59 ◦ blue 12

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

Shades of Saddle Brown #843B0C

Tints of Saddle Brown #843B0C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.06%

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

R = 65.02%
G = 29.06%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#843B0C (or 0x843B0C) is known color: Saddle Brown. HEX triplet: 84, 3B and 0C. RGB value is (132,59,12). Sum of RGB (Red+Green+Blue) = 132+59+12=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #843B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843B0C is #7BC4F3. Grayscale: #4B4B4B. Windows color (decimal): -8111348 or 801668. OLE color: 801668.

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

Color convert

RGB 132 59 12 -
CMYK 0 0.55 0.91 0.48
HSL 23.5º 0.83% 0.28% -
HSV(B) 23.5º 0.91% 0.52% -
XYZ 11.15 8.06 1.32 -
YUV 75.47 92.18 168.32 -
System Red Green Blue C M Y K H S L
Decimal 132 59 12 0 0.55 0.91 0.48 23.5 0.83 0.28
Hex 84 3B C 0 37 5B 30 18 53 1C
Octal 204 73 14 0 67 133 60 30 123 34
Binary 10000100 111011 1100 0 110111 1011011 110000 11000 1010011 11100

Color Harmonies of #843B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843B0C

Black with #843B0C

Text Example


Text Example

White with #843B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843B0C; }

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

 H1.HeaderClassName
 {
   color: #843B0C;
 }
 .AnyTagClassName
 {
   color: #843B0C;
 }
</style>

background-color css

<style>
 a { background-color: #843B0C; }

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

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

border-color css

<style>
 span { border-color: #843B0C; }

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

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