Html Css Color HEX #853B0C Saddle Brown

📋 copy color: '#853B0C'

red 133 ◦ green 59 ◦ blue 12

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

Shades of Saddle Brown #853B0C

Tints of Saddle Brown #853B0C

RGB

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

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

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

R = 65.2%
G = 28.92%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#853B0C (or 0x853B0C) is known color: Saddle Brown. HEX triplet: 85, 3B and 0C. RGB value is (133,59,12). Sum of RGB (Red+Green+Blue) = 133+59+12=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #853B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853B0C is #7AC4F3. Grayscale: #4C4C4C. Windows color (decimal): -8045812 or 801669. OLE color: 801669.

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

Color convert

RGB 133 59 12 -
CMYK 0 0.56 0.91 0.48
HSL 23.31º 0.83% 0.28% -
HSV(B) 23.31º 0.91% 0.52% -
XYZ 11.3 8.14 1.32 -
YUV 75.77 92.02 168.82 -
System Red Green Blue C M Y K H S L
Decimal 133 59 12 0 0.56 0.91 0.48 23.31 0.83 0.28
Hex 85 3B C 0 38 5B 30 17 53 1C
Octal 205 73 14 0 70 133 60 27 123 34
Binary 10000101 111011 1100 0 111000 1011011 110000 10111 1010011 11100

Color Harmonies of #853B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B0C

Black with #853B0C

Text Example


Text Example

White with #853B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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