Html Css Color HEX #85340A Saddle Brown

📋 copy color: '#85340A'

red 133 ◦ green 52 ◦ blue 10

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

Shades of Saddle Brown #85340A

Tints of Saddle Brown #85340A

RGB

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

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

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

R = 68.21%
G = 26.67%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85340A (or 0x85340A) is known color: Saddle Brown. HEX triplet: 85, 34 and 0A. RGB value is (133,52,10). Sum of RGB (Red+Green+Blue) = 133+52+10=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #85340A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85340A is #7ACBF5. Grayscale: #474747. Windows color (decimal): -8047606 or 668805. OLE color: 668805.

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

Color convert

RGB 133 52 10 -
CMYK 0 0.61 0.92 0.48
HSL 20.49º 0.86% 0.28% -
HSV(B) 20.49º 0.92% 0.52% -
XYZ 10.96 7.46 1.15 -
YUV 71.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 133 52 10 0 0.61 0.92 0.48 20.49 0.86 0.28
Hex 85 34 A 0 3D 5C 30 14 56 1C
Octal 205 64 12 0 75 134 60 24 126 34
Binary 10000101 110100 1010 0 111101 1011100 110000 10100 1010110 11100

Color Harmonies of #85340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85340A

Black with #85340A

Text Example


Text Example

White with #85340A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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