Html Css Color HEX #853508 Saddle Brown

📋 copy color: '#853508'

red 133 ◦ green 53 ◦ blue 8

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

Shades of Saddle Brown #853508

Tints of Saddle Brown #853508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.32%

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

R = 68.56%
G = 27.32%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#853508 (or 0x853508) is known color: Saddle Brown. HEX triplet: 85, 35 and 08. RGB value is (133,53,8). Sum of RGB (Red+Green+Blue) = 133+53+8=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #853508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853508 is #7ACAF7. Grayscale: #484848. Windows color (decimal): -8047352 or 537989. OLE color: 537989.

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

Color convert

RGB 133 53 8 -
CMYK 0 0.60 0.94 0.48
HSL 21.6º 0.89% 0.28% -
HSV(B) 21.6º 0.94% 0.52% -
XYZ 10.99 7.55 1.11 -
YUV 71.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 133 53 8 0 0.60 0.94 0.48 21.6 0.89 0.28
Hex 85 35 8 0 3C 5E 30 16 59 1C
Octal 205 65 10 0 74 136 60 26 131 34
Binary 10000101 110101 1000 0 111100 1011110 110000 10110 1011001 11100

Color Harmonies of #853508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853508

Black with #853508

Text Example


Text Example

White with #853508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853508; }

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

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

background-color css

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

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

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

border-color css

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

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

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