Html Css Color HEX #85340C Saddle Brown

📋 copy color: '#85340C'

red 133 ◦ green 52 ◦ blue 12

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

Shades of Saddle Brown #85340C

Tints of Saddle Brown #85340C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.09%

R = 67.51%
G = 26.4%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85340C (or 0x85340C) is known color: Saddle Brown. HEX triplet: 85, 34 and 0C. RGB value is (133,52,12). Sum of RGB (Red+Green+Blue) = 133+52+12=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #85340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85340C is #7ACBF3. Grayscale: #474747. Windows color (decimal): -8047604 or 799877. OLE color: 799877.

HSL color Cylindrical-coordinate representation of color #85340C: hue angle of 19.83º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85340C is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 12 -
CMYK 0 0.61 0.91 0.48
HSL 19.83º 0.83% 0.28% -
HSV(B) 19.83º 0.91% 0.52% -
XYZ 10.97 7.47 1.21 -
YUV 71.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 133 52 12 0 0.61 0.91 0.48 19.83 0.83 0.28
Hex 85 34 C 0 3D 5B 30 14 53 1C
Octal 205 64 14 0 75 133 60 24 123 34
Binary 10000101 110100 1100 0 111101 1011011 110000 10100 1010011 11100

Color Harmonies of #85340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85340C

Black with #85340C

Text Example


Text Example

White with #85340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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