Html Css Color HEX #885305 Saddle Brown

📋 copy color: '#885305'

red 136 ◦ green 83 ◦ blue 5

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

Shades of Saddle Brown #885305

Tints of Saddle Brown #885305

RGB

 RED value IS 136 (53.52% from 255) = 60.71%

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

 BLUE value IS 5 (2.34% from 255) = 2.23%

R = 60.71%
G = 37.05%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#885305 (or 0x885305) is known color: Saddle Brown. HEX triplet: 88, 53 and 05. RGB value is (136,83,5). Sum of RGB (Red+Green+Blue) = 136+83+5=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #885305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885305 is #77ACFA. Grayscale: #5A5A5A. Windows color (decimal): -7843067 or 349064. OLE color: 349064.

HSL color Cylindrical-coordinate representation of color #885305: hue angle of 35.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #885305 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 83 5 -
CMYK 0 0.39 0.96 0.47
HSL 35.73º 0.93% 0.28% -
HSV(B) 35.73º 0.96% 0.53% -
XYZ 13.27 11.43 1.65 -
YUV 89.96 80.06 160.84 -
System Red Green Blue C M Y K H S L
Decimal 136 83 5 0 0.39 0.96 0.47 35.73 0.93 0.28
Hex 88 53 5 0 27 60 2F 24 5D 1C
Octal 210 123 5 0 47 140 57 44 135 34
Binary 10001000 1010011 101 0 100111 1100000 101111 100100 1011101 11100

Color Harmonies of #885305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885305

Black with #885305

Text Example


Text Example

White with #885305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885305; }

 p { color: rgb(136,83,5); }

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

background-color css

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

 a { background-color: rgb(136,83,5); }

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

border-color css

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

 span { border-color: rgb(136,83,5); }

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