Html Css Color HEX #843D0C Saddle Brown

📋 copy color: '#843D0C'

red 132 ◦ green 61 ◦ blue 12

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

Shades of Saddle Brown #843D0C

Tints of Saddle Brown #843D0C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.76%

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

R = 64.39%
G = 29.76%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#843D0C (or 0x843D0C) is known color: Saddle Brown. HEX triplet: 84, 3D and 0C. RGB value is (132,61,12). Sum of RGB (Red+Green+Blue) = 132+61+12=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #843D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843D0C is #7BC2F3. Grayscale: #4C4C4C. Windows color (decimal): -8110836 or 802180. OLE color: 802180.

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

Color convert

RGB 132 61 12 -
CMYK 0 0.54 0.91 0.48
HSL 24.5º 0.83% 0.28% -
HSV(B) 24.5º 0.91% 0.52% -
XYZ 11.25 8.27 1.35 -
YUV 76.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 132 61 12 0 0.54 0.91 0.48 24.5 0.83 0.28
Hex 84 3D C 0 36 5B 30 18 53 1C
Octal 204 75 14 0 66 133 60 30 123 34
Binary 10000100 111101 1100 0 110110 1011011 110000 11000 1010011 11100

Color Harmonies of #843D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843D0C

Black with #843D0C

Text Example


Text Example

White with #843D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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