Html Css Color HEX #853D0C Saddle Brown

📋 copy color: '#853D0C'

red 133 ◦ green 61 ◦ blue 12

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

Shades of Saddle Brown #853D0C

Tints of Saddle Brown #853D0C

RGB

 RED value IS 133 (52.34% from 255) = 64.56%

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

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

R = 64.56%
G = 29.61%
B = 5.83%

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

#853D0C (or 0x853D0C) is known color: Saddle Brown. HEX triplet: 85, 3D and 0C. RGB value is (133,61,12). Sum of RGB (Red+Green+Blue) = 133+61+12=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #853D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853D0C is #7AC2F3. Grayscale: #4D4D4D. Windows color (decimal): -8045300 or 802181. OLE color: 802181.

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

Color convert

RGB 133 61 12 -
CMYK 0 0.54 0.91 0.48
HSL 24.3º 0.83% 0.28% -
HSV(B) 24.3º 0.91% 0.52% -
XYZ 11.41 8.35 1.36 -
YUV 76.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 133 61 12 0 0.54 0.91 0.48 24.3 0.83 0.28
Hex 85 3D C 0 36 5B 30 18 53 1C
Octal 205 75 14 0 66 133 60 30 123 34
Binary 10000101 111101 1100 0 110110 1011011 110000 11000 1010011 11100

Color Harmonies of #853D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D0C

Black with #853D0C

Text Example


Text Example

White with #853D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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