Html Css Color HEX #85340F Saddle Brown

📋 copy color: '#85340F'

red 133 ◦ green 52 ◦ blue 15

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

Shades of Saddle Brown #85340F

Tints of Saddle Brown #85340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

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

R = 66.5%
G = 26%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85340F (or 0x85340F) is known color: Saddle Brown. HEX triplet: 85, 34 and 0F. RGB value is (133,52,15). Sum of RGB (Red+Green+Blue) = 133+52+15=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #85340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85340F is #7ACBF0. Grayscale: #484848. Windows color (decimal): -8047601 or 996485. OLE color: 996485.

HSL color Cylindrical-coordinate representation of color #85340F: hue angle of 18.81º 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 #85340F is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 15 -
CMYK 0 0.61 0.89 0.48
HSL 18.81º 0.8% 0.29% -
HSV(B) 18.81º 0.89% 0.52% -
XYZ 10.99 7.48 1.32 -
YUV 72 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 133 52 15 0 0.61 0.89 0.48 18.81 0.8 0.29
Hex 85 34 F 0 3D 59 30 13 50 1D
Octal 205 64 17 0 75 131 60 23 120 35
Binary 10000101 110100 1111 0 111101 1011001 110000 10011 1010000 11101

Color Harmonies of #85340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85340F

Black with #85340F

Text Example


Text Example

White with #85340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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