Html Css Color HEX #882E01 Saddle Brown

📋 copy color: '#882E01'

red 136 ◦ green 46 ◦ blue 1

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

Shades of Saddle Brown #882E01

Tints of Saddle Brown #882E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 74.32%
G = 25.14%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#882E01 (or 0x882E01) is known color: Saddle Brown. HEX triplet: 88, 2E and 01. RGB value is (136,46,1). Sum of RGB (Red+Green+Blue) = 136+46+1=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #882E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882E01 is #77D1FE. Grayscale: #444444. Windows color (decimal): -7852543 or 77448. OLE color: 77448.

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

Color convert

RGB 136 46 1 -
CMYK 0 0.66 0.99 0.47
HSL 20º 0.99% 0.27% -
HSV(B) 20º 0.99% 0.53% -
XYZ 11.14 7.19 0.83 -
YUV 67.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 136 46 1 0 0.66 0.99 0.47 20 0.99 0.27
Hex 88 2E 1 0 42 63 2F 14 63 1B
Octal 210 56 1 0 102 143 57 24 143 33
Binary 10001000 101110 1 0 1000010 1100011 101111 10100 1100011 11011

Color Harmonies of #882E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E01

Black with #882E01

Text Example


Text Example

White with #882E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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