Html Css Color HEX #853008 Saddle Brown

📋 copy color: '#853008'

red 133 ◦ green 48 ◦ blue 8

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

Shades of Saddle Brown #853008

Tints of Saddle Brown #853008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.4%

 BLUE value IS 8 (3.52% from 255) = 4.23%

R = 70.37%
G = 25.4%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#853008 (or 0x853008) is known color: Saddle Brown. HEX triplet: 85, 30 and 08. RGB value is (133,48,8). Sum of RGB (Red+Green+Blue) = 133+48+8=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #853008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853008 is #7ACFF7. Grayscale: #454545. Windows color (decimal): -8048632 or 536709. OLE color: 536709.

HSL color Cylindrical-coordinate representation of color #853008: hue angle of 19.2º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #853008 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 48 8 -
CMYK 0 0.64 0.94 0.48
HSL 19.2º 0.89% 0.28% -
HSV(B) 19.2º 0.94% 0.52% -
XYZ 10.77 7.12 1.04 -
YUV 68.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 133 48 8 0 0.64 0.94 0.48 19.2 0.89 0.28
Hex 85 30 8 0 40 5E 30 13 59 1C
Octal 205 60 10 0 100 136 60 23 131 34
Binary 10000101 110000 1000 0 1000000 1011110 110000 10011 1011001 11100

Color Harmonies of #853008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853008

Black with #853008

Text Example


Text Example

White with #853008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853008; }

 p { color: rgb(133,48,8); }

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

background-color css

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

 a { background-color: rgb(133,48,8); }

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

border-color css

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

 span { border-color: rgb(133,48,8); }

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