Html Css Color HEX #882E05 Saddle Brown

📋 copy color: '#882E05'

red 136 ◦ green 46 ◦ blue 5

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

Shades of Saddle Brown #882E05

Tints of Saddle Brown #882E05

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.6%

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

R = 72.73%
G = 24.6%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#882E05 (or 0x882E05) is known color: Saddle Brown. HEX triplet: 88, 2E and 05. RGB value is (136,46,5). Sum of RGB (Red+Green+Blue) = 136+46+5=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #882E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882E05 is #77D1FA. Grayscale: #444444. Windows color (decimal): -7852539 or 339592. OLE color: 339592.

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

Color convert

RGB 136 46 5 -
CMYK 0 0.66 0.96 0.47
HSL 18.78º 0.93% 0.28% -
HSV(B) 18.78º 0.96% 0.53% -
XYZ 11.16 7.2 0.95 -
YUV 68.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 136 46 5 0 0.66 0.96 0.47 18.78 0.93 0.28
Hex 88 2E 5 0 42 60 2F 13 5D 1C
Octal 210 56 5 0 102 140 57 23 135 34
Binary 10001000 101110 101 0 1000010 1100000 101111 10011 1011101 11100

Color Harmonies of #882E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E05

Black with #882E05

Text Example


Text Example

White with #882E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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