Html Css Color HEX #843C0E Saddle Brown

📋 copy color: '#843C0E'

red 132 ◦ green 60 ◦ blue 14

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

Shades of Saddle Brown #843C0E

Tints of Saddle Brown #843C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.13%

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

R = 64.08%
G = 29.13%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#843C0E (or 0x843C0E) is known color: Saddle Brown. HEX triplet: 84, 3C and 0E. RGB value is (132,60,14). Sum of RGB (Red+Green+Blue) = 132+60+14=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #843C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C0E is #7BC3F1. Grayscale: #4C4C4C. Windows color (decimal): -8111090 or 932996. OLE color: 932996.

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

Color convert

RGB 132 60 14 -
CMYK 0 0.55 0.89 0.48
HSL 23.39º 0.81% 0.29% -
HSV(B) 23.39º 0.89% 0.52% -
XYZ 11.21 8.17 1.4 -
YUV 76.28 92.85 167.74 -
System Red Green Blue C M Y K H S L
Decimal 132 60 14 0 0.55 0.89 0.48 23.39 0.81 0.29
Hex 84 3C E 0 37 59 30 17 51 1D
Octal 204 74 16 0 67 131 60 27 121 35
Binary 10000100 111100 1110 0 110111 1011001 110000 10111 1010001 11101

Color Harmonies of #843C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843C0E

Black with #843C0E

Text Example


Text Example

White with #843C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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