Html Css Color HEX #85380A Saddle Brown

📋 copy color: '#85380A'

red 133 ◦ green 56 ◦ blue 10

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

Shades of Saddle Brown #85380A

Tints of Saddle Brown #85380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.14%

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

R = 66.83%
G = 28.14%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85380A (or 0x85380A) is known color: Saddle Brown. HEX triplet: 85, 38 and 0A. RGB value is (133,56,10). Sum of RGB (Red+Green+Blue) = 133+56+10=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85380A is #7AC7F5. Grayscale: #4A4A4A. Windows color (decimal): -8046582 or 669829. OLE color: 669829.

HSL color Cylindrical-coordinate representation of color #85380A: hue angle of 22.44º 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 #85380A is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 56 10 -
CMYK 0 0.58 0.92 0.48
HSL 22.44º 0.86% 0.28% -
HSV(B) 22.44º 0.92% 0.52% -
XYZ 11.14 7.84 1.21 -
YUV 73.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 133 56 10 0 0.58 0.92 0.48 22.44 0.86 0.28
Hex 85 38 A 0 3A 5C 30 16 56 1C
Octal 205 70 12 0 72 134 60 26 126 34
Binary 10000101 111000 1010 0 111010 1011100 110000 10110 1010110 11100

Color Harmonies of #85380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85380A

Black with #85380A

Text Example


Text Example

White with #85380A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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