Html Css Color HEX #884B16 Saddle Brown

📋 copy color: '#884B16'

red 136 ◦ green 75 ◦ blue 22

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

Shades of Saddle Brown #884B16

Tints of Saddle Brown #884B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.19%

 BLUE value IS 22 (8.98% from 255) = 9.44%

R = 58.37%
G = 32.19%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#884B16 (or 0x884B16) is known color: Saddle Brown. HEX triplet: 88, 4B and 16. RGB value is (136,75,22). Sum of RGB (Red+Green+Blue) = 136+75+22=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #884B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884B16 is #77B4E9. Grayscale: #575757. Windows color (decimal): -7845098 or 1461128. OLE color: 1461128.

HSL color Cylindrical-coordinate representation of color #884B16: hue angle of 27.89º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #884B16 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 75 22 -
CMYK 0 0.45 0.84 0.47
HSL 27.89º 0.72% 0.31% -
HSV(B) 27.89º 0.84% 0.53% -
XYZ 12.81 10.32 2.08 -
YUV 87.2 91.21 162.81 -
System Red Green Blue C M Y K H S L
Decimal 136 75 22 0 0.45 0.84 0.47 27.89 0.72 0.31
Hex 88 4B 16 0 2D 54 2F 1C 48 1F
Octal 210 113 26 0 55 124 57 34 110 37
Binary 10001000 1001011 10110 0 101101 1010100 101111 11100 1001000 11111

Color Harmonies of #884B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B16

Black with #884B16

Text Example


Text Example

White with #884B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884B16; }

 p { color: rgb(136,75,22); }

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

background-color css

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

 a { background-color: rgb(136,75,22); }

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

border-color css

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

 span { border-color: rgb(136,75,22); }

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