Html Css Color HEX #85350D Saddle Brown

📋 copy color: '#85350D'

red 133 ◦ green 53 ◦ blue 13

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

Shades of Saddle Brown #85350D

Tints of Saddle Brown #85350D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.53%

R = 66.83%
G = 26.63%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85350D (or 0x85350D) is known color: Saddle Brown. HEX triplet: 85, 35 and 0D. RGB value is (133,53,13). Sum of RGB (Red+Green+Blue) = 133+53+13=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85350D is #7ACAF2. Grayscale: #484848. Windows color (decimal): -8047347 or 865669. OLE color: 865669.

HSL color Cylindrical-coordinate representation of color #85350D: hue angle of 20º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85350D is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 13 -
CMYK 0 0.60 0.90 0.48
HSL 20º 0.82% 0.29% -
HSV(B) 20º 0.9% 0.52% -
XYZ 11.02 7.56 1.26 -
YUV 72.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 133 53 13 0 0.60 0.90 0.48 20 0.82 0.29
Hex 85 35 D 0 3C 5A 30 14 52 1D
Octal 205 65 15 0 74 132 60 24 122 35
Binary 10000101 110101 1101 0 111100 1011010 110000 10100 1010010 11101

Color Harmonies of #85350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85350D

Black with #85350D

Text Example


Text Example

White with #85350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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