Html Css Color HEX #853A12 Saddle Brown

📋 copy color: '#853A12'

red 133 ◦ green 58 ◦ blue 18

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

Shades of Saddle Brown #853A12

Tints of Saddle Brown #853A12

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.75%

 BLUE value IS 18 (7.42% from 255) = 8.61%

R = 63.64%
G = 27.75%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#853A12 (or 0x853A12) is known color: Saddle Brown. HEX triplet: 85, 3A and 12. RGB value is (133,58,18). Sum of RGB (Red+Green+Blue) = 133+58+18=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #853A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853A12 is #7AC5ED. Grayscale: #4C4C4C. Windows color (decimal): -8046062 or 1194629. OLE color: 1194629.

HSL color Cylindrical-coordinate representation of color #853A12: hue angle of 20.87º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #853A12 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 58 18 -
CMYK 0 0.56 0.86 0.48
HSL 20.87º 0.76% 0.3% -
HSV(B) 20.87º 0.86% 0.52% -
XYZ 11.3 8.06 1.53 -
YUV 75.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 133 58 18 0 0.56 0.86 0.48 20.87 0.76 0.3
Hex 85 3A 12 0 38 56 30 15 4C 1E
Octal 205 72 22 0 70 126 60 25 114 36
Binary 10000101 111010 10010 0 111000 1010110 110000 10101 1001100 11110

Color Harmonies of #853A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A12

Black with #853A12

Text Example


Text Example

White with #853A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,58,18); }

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

background-color css

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

 a { background-color: rgb(133,58,18); }

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

border-color css

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

 span { border-color: rgb(133,58,18); }

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