Html Css Color HEX #853308 Saddle Brown

📋 copy color: '#853308'

red 133 ◦ green 51 ◦ blue 8

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

Shades of Saddle Brown #853308

Tints of Saddle Brown #853308

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.56%

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

R = 69.27%
G = 26.56%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#853308 (or 0x853308) is known color: Saddle Brown. HEX triplet: 85, 33 and 08. RGB value is (133,51,8). Sum of RGB (Red+Green+Blue) = 133+51+8=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #853308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853308 is #7ACCF7. Grayscale: #464646. Windows color (decimal): -8047864 or 537477. OLE color: 537477.

HSL color Cylindrical-coordinate representation of color #853308: hue angle of 20.64º 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 #853308 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 51 8 -
CMYK 0 0.62 0.94 0.48
HSL 20.64º 0.89% 0.28% -
HSV(B) 20.64º 0.94% 0.52% -
XYZ 10.9 7.37 1.08 -
YUV 70.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 133 51 8 0 0.62 0.94 0.48 20.64 0.89 0.28
Hex 85 33 8 0 3E 5E 30 15 59 1C
Octal 205 63 10 0 76 136 60 25 131 34
Binary 10000101 110011 1000 0 111110 1011110 110000 10101 1011001 11100

Color Harmonies of #853308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853308

Black with #853308

Text Example


Text Example

White with #853308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853308; }

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

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

background-color css

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

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

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

border-color css

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

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

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