Html Css Color HEX #85300B Saddle Brown

📋 copy color: '#85300B'

red 133 ◦ green 48 ◦ blue 11

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

Shades of Saddle Brown #85300B

Tints of Saddle Brown #85300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25%

 BLUE value IS 11 (4.69% from 255) = 5.73%

R = 69.27%
G = 25%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85300B (or 0x85300B) is known color: Saddle Brown. HEX triplet: 85, 30 and 0B. RGB value is (133,48,11). Sum of RGB (Red+Green+Blue) = 133+48+11=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #85300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85300B is #7ACFF4. Grayscale: #454545. Windows color (decimal): -8048629 or 733317. OLE color: 733317.

HSL color Cylindrical-coordinate representation of color #85300B: hue angle of 18.2º degrees, saturation: 0.85, 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 #85300B is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 48 11 -
CMYK 0 0.64 0.92 0.48
HSL 18.2º 0.85% 0.28% -
HSV(B) 18.2º 0.92% 0.52% -
XYZ 10.79 7.12 1.12 -
YUV 69.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 133 48 11 0 0.64 0.92 0.48 18.2 0.85 0.28
Hex 85 30 B 0 40 5C 30 12 55 1C
Octal 205 60 13 0 100 134 60 22 125 34
Binary 10000101 110000 1011 0 1000000 1011100 110000 10010 1010101 11100

Color Harmonies of #85300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85300B

Black with #85300B

Text Example


Text Example

White with #85300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85300B; }

 p { color: rgb(133,48,11); }

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

background-color css

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

 a { background-color: rgb(133,48,11); }

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

border-color css

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

 span { border-color: rgb(133,48,11); }

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