Html Css Color HEX #884918 Saddle Brown

📋 copy color: '#884918'

red 136 ◦ green 73 ◦ blue 24

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

Shades of Saddle Brown #884918

Tints of Saddle Brown #884918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.33%

 BLUE value IS 24 (9.77% from 255) = 10.3%

R = 58.37%
G = 31.33%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#884918 (or 0x884918) is known color: Saddle Brown. HEX triplet: 88, 49 and 18. RGB value is (136,73,24). Sum of RGB (Red+Green+Blue) = 136+73+24=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #884918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884918 is #77B6E7. Grayscale: #565656. Windows color (decimal): -7845608 or 1591688. OLE color: 1591688.

HSL color Cylindrical-coordinate representation of color #884918: hue angle of 26.25º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #884918 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 24 -
CMYK 0 0.46 0.82 0.47
HSL 26.25º 0.7% 0.31% -
HSV(B) 26.25º 0.82% 0.53% -
XYZ 12.7 10.07 2.14 -
YUV 86.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 136 73 24 0 0.46 0.82 0.47 26.25 0.7 0.31
Hex 88 49 18 0 2E 52 2F 1A 46 1F
Octal 210 111 30 0 56 122 57 32 106 37
Binary 10001000 1001001 11000 0 101110 1010010 101111 11010 1000110 11111

Color Harmonies of #884918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884918

Black with #884918

Text Example


Text Example

White with #884918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884918; }

 p { color: rgb(136,73,24); }

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

background-color css

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

 a { background-color: rgb(136,73,24); }

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

border-color css

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

 span { border-color: rgb(136,73,24); }

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