Html Css Color HEX #85320D Saddle Brown

📋 copy color: '#85320D'

red 133 ◦ green 50 ◦ blue 13

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

Shades of Saddle Brown #85320D

Tints of Saddle Brown #85320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 67.86%
G = 25.51%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85320D (or 0x85320D) is known color: Saddle Brown. HEX triplet: 85, 32 and 0D. RGB value is (133,50,13). Sum of RGB (Red+Green+Blue) = 133+50+13=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85320D is #7ACDF2. Grayscale: #464646. Windows color (decimal): -8048115 or 864901. OLE color: 864901.

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

Color convert

RGB 133 50 13 -
CMYK 0 0.62 0.90 0.48
HSL 18.5º 0.82% 0.29% -
HSV(B) 18.5º 0.9% 0.52% -
XYZ 10.89 7.3 1.22 -
YUV 70.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 133 50 13 0 0.62 0.90 0.48 18.5 0.82 0.29
Hex 85 32 D 0 3E 5A 30 12 52 1D
Octal 205 62 15 0 76 132 60 22 122 35
Binary 10000101 110010 1101 0 111110 1011010 110000 10010 1010010 11101

Color Harmonies of #85320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85320D

Black with #85320D

Text Example


Text Example

White with #85320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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