Html Css Color HEX #884505 Saddle Brown

📋 copy color: '#884505'

red 136 ◦ green 69 ◦ blue 5

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

Shades of Saddle Brown #884505

Tints of Saddle Brown #884505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.86%

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

R = 64.76%
G = 32.86%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#884505 (or 0x884505) is known color: Saddle Brown. HEX triplet: 88, 45 and 05. RGB value is (136,69,5). Sum of RGB (Red+Green+Blue) = 136+69+5=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #884505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884505 is #77BAFA. Grayscale: #525252. Windows color (decimal): -7846651 or 345480. OLE color: 345480.

HSL color Cylindrical-coordinate representation of color #884505: hue angle of 29.31º 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 #884505 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 69 5 -
CMYK 0 0.49 0.96 0.47
HSL 29.31º 0.93% 0.28% -
HSV(B) 29.31º 0.96% 0.53% -
XYZ 12.31 9.5 1.33 -
YUV 81.74 84.7 166.7 -
System Red Green Blue C M Y K H S L
Decimal 136 69 5 0 0.49 0.96 0.47 29.31 0.93 0.28
Hex 88 45 5 0 31 60 2F 1D 5D 1C
Octal 210 105 5 0 61 140 57 35 135 34
Binary 10001000 1000101 101 0 110001 1100000 101111 11101 1011101 11100

Color Harmonies of #884505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884505

Black with #884505

Text Example


Text Example

White with #884505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884505; }

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

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

background-color css

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

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

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

border-color css

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

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

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