Html Css Color HEX #882800 Saddle Brown

📋 copy color: '#882800'

red 136 ◦ green 40 ◦ blue 0

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

Shades of Saddle Brown #882800

Tints of Saddle Brown #882800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.27%
G = 22.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#882800 (or 0x882800) is known color: Saddle Brown. HEX triplet: 88, 28 and 00. RGB value is (136,40,0). Sum of RGB (Red+Green+Blue) = 136+40+0=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #882800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882800 is #77D7FF. Grayscale: #404040. Windows color (decimal): -7854080 or 10376. OLE color: 10376.

HSL color Cylindrical-coordinate representation of color #882800: hue angle of 17.65º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #882800 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 0 -
CMYK 0 0.71 1 0.47
HSL 17.65º 1% 0.27% -
HSV(B) 17.65º 1% 0.53% -
XYZ 10.91 6.75 0.73 -
YUV 64.14 91.8 179.25 -
System Red Green Blue C M Y K H S L
Decimal 136 40 0 0 0.71 1 0.47 17.65 1 0.27
Hex 88 28 0 0 47 64 2F 12 64 1B
Octal 210 50 0 0 107 144 57 22 144 33
Binary 10001000 101000 0 0 1000111 1100100 101111 10010 1100100 11011

Color Harmonies of #882800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882800

Black with #882800

Text Example


Text Example

White with #882800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882800; }

 p { color: rgb(136,40,0); }

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

background-color css

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

 a { background-color: rgb(136,40,0); }

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

border-color css

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

 span { border-color: rgb(136,40,0); }

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