Html Css Color HEX #85350A Saddle Brown

📋 copy color: '#85350A'

red 133 ◦ green 53 ◦ blue 10

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

Shades of Saddle Brown #85350A

Tints of Saddle Brown #85350A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.1%

R = 67.86%
G = 27.04%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85350A (or 0x85350A) is known color: Saddle Brown. HEX triplet: 85, 35 and 0A. RGB value is (133,53,10). Sum of RGB (Red+Green+Blue) = 133+53+10=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85350A is #7ACAF5. Grayscale: #484848. Windows color (decimal): -8047350 or 669061. OLE color: 669061.

HSL color Cylindrical-coordinate representation of color #85350A: hue angle of 20.98º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85350A is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 10 -
CMYK 0 0.60 0.92 0.48
HSL 20.98º 0.86% 0.28% -
HSV(B) 20.98º 0.92% 0.52% -
XYZ 11 7.55 1.17 -
YUV 72.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 133 53 10 0 0.60 0.92 0.48 20.98 0.86 0.28
Hex 85 35 A 0 3C 5C 30 15 56 1C
Octal 205 65 12 0 74 134 60 25 126 34
Binary 10000101 110101 1010 0 111100 1011100 110000 10101 1010110 11100

Color Harmonies of #85350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85350A

Black with #85350A

Text Example


Text Example

White with #85350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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