Html Css Color HEX #85380F Saddle Brown

📋 copy color: '#85380F'

red 133 ◦ green 56 ◦ blue 15

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

Shades of Saddle Brown #85380F

Tints of Saddle Brown #85380F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.35%

R = 65.2%
G = 27.45%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85380F (or 0x85380F) is known color: Saddle Brown. HEX triplet: 85, 38 and 0F. RGB value is (133,56,15). Sum of RGB (Red+Green+Blue) = 133+56+15=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #85380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85380F is #7AC7F0. Grayscale: #4A4A4A. Windows color (decimal): -8046577 or 997509. OLE color: 997509.

HSL color Cylindrical-coordinate representation of color #85380F: hue angle of 20.85º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85380F is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 56 15 -
CMYK 0 0.58 0.89 0.48
HSL 20.85º 0.8% 0.29% -
HSV(B) 20.85º 0.89% 0.52% -
XYZ 11.17 7.85 1.38 -
YUV 74.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 133 56 15 0 0.58 0.89 0.48 20.85 0.8 0.29
Hex 85 38 F 0 3A 59 30 15 50 1D
Octal 205 70 17 0 72 131 60 25 120 35
Binary 10000101 111000 1111 0 111010 1011001 110000 10101 1010000 11101

Color Harmonies of #85380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85380F

Black with #85380F

Text Example


Text Example

White with #85380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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