Html Css Color HEX #853310 Saddle Brown

📋 copy color: '#853310'

red 133 ◦ green 51 ◦ blue 16

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

Shades of Saddle Brown #853310

Tints of Saddle Brown #853310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8%

R = 66.5%
G = 25.5%
B = 8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#853310 (or 0x853310) is known color: Saddle Brown. HEX triplet: 85, 33 and 10. RGB value is (133,51,16). Sum of RGB (Red+Green+Blue) = 133+51+16=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #853310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853310 is #7ACCEF. Grayscale: #474747. Windows color (decimal): -8047856 or 1061765. OLE color: 1061765.

HSL color Cylindrical-coordinate representation of color #853310: hue angle of 17.95º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #853310 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 51 16 -
CMYK 0 0.62 0.88 0.48
HSL 17.95º 0.79% 0.29% -
HSV(B) 17.95º 0.88% 0.52% -
XYZ 10.95 7.39 1.34 -
YUV 71.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 133 51 16 0 0.62 0.88 0.48 17.95 0.79 0.29
Hex 85 33 10 0 3E 58 30 12 4F 1D
Octal 205 63 20 0 76 130 60 22 117 35
Binary 10000101 110011 10000 0 111110 1011000 110000 10010 1001111 11101

Color Harmonies of #853310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853310

Black with #853310

Text Example


Text Example

White with #853310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853310; }

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

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

background-color css

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

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

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

border-color css

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

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

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