Html Css Color HEX #853C0E Saddle Brown

📋 copy color: '#853C0E'

red 133 ◦ green 60 ◦ blue 14

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

Shades of Saddle Brown #853C0E

Tints of Saddle Brown #853C0E

RGB

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

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

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

R = 64.25%
G = 28.99%
B = 6.76%

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

#853C0E (or 0x853C0E) is known color: Saddle Brown. HEX triplet: 85, 3C and 0E. RGB value is (133,60,14). Sum of RGB (Red+Green+Blue) = 133+60+14=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #853C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853C0E is #7AC3F1. Grayscale: #4C4C4C. Windows color (decimal): -8045554 or 932997. OLE color: 932997.

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

Color convert

RGB 133 60 14 -
CMYK 0 0.55 0.89 0.48
HSL 23.19º 0.81% 0.29% -
HSV(B) 23.19º 0.89% 0.52% -
XYZ 11.37 8.25 1.41 -
YUV 76.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 133 60 14 0 0.55 0.89 0.48 23.19 0.81 0.29
Hex 85 3C E 0 37 59 30 17 51 1D
Octal 205 74 16 0 67 131 60 27 121 35
Binary 10000101 111100 1110 0 110111 1011001 110000 10111 1010001 11101

Color Harmonies of #853C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C0E

Black with #853C0E

Text Example


Text Example

White with #853C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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