Html Css Color HEX #855311 Saddle Brown

📋 copy color: '#855311'

red 133 ◦ green 83 ◦ blue 17

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

Shades of Saddle Brown #855311

Tints of Saddle Brown #855311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.62%

 BLUE value IS 17 (7.03% from 255) = 7.3%

R = 57.08%
G = 35.62%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#855311 (or 0x855311) is known color: Saddle Brown. HEX triplet: 85, 53 and 11. RGB value is (133,83,17). Sum of RGB (Red+Green+Blue) = 133+83+17=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #855311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855311 is #7AACEE. Grayscale: #5A5A5A. Windows color (decimal): -8039663 or 1135493. OLE color: 1135493.

HSL color Cylindrical-coordinate representation of color #855311: hue angle of 34.14º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #855311 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 83 17 -
CMYK 0 0.38 0.87 0.48
HSL 34.14º 0.77% 0.29% -
HSV(B) 34.14º 0.87% 0.52% -
XYZ 12.87 11.21 2.02 -
YUV 90.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 133 83 17 0 0.38 0.87 0.48 34.14 0.77 0.29
Hex 85 53 11 0 26 57 30 22 4D 1D
Octal 205 123 21 0 46 127 60 42 115 35
Binary 10000101 1010011 10001 0 100110 1010111 110000 100010 1001101 11101

Color Harmonies of #855311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855311

Black with #855311

Text Example


Text Example

White with #855311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855311; }

 p { color: rgb(133,83,17); }

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

background-color css

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

 a { background-color: rgb(133,83,17); }

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

border-color css

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

 span { border-color: rgb(133,83,17); }

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