Html Css Color HEX #882901 Saddle Brown

📋 copy color: '#882901'

red 136 ◦ green 41 ◦ blue 1

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

Shades of Saddle Brown #882901

Tints of Saddle Brown #882901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

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

R = 76.4%
G = 23.03%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#882901 (or 0x882901) is known color: Saddle Brown. HEX triplet: 88, 29 and 01. RGB value is (136,41,1). Sum of RGB (Red+Green+Blue) = 136+41+1=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #882901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882901 is #77D6FE. Grayscale: #414141. Windows color (decimal): -7853823 or 76168. OLE color: 76168.

HSL color Cylindrical-coordinate representation of color #882901: hue angle of 17.78º 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 #882901 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 1 -
CMYK 0 0.70 0.99 0.47
HSL 17.78º 0.99% 0.27% -
HSV(B) 17.78º 0.99% 0.53% -
XYZ 10.95 6.82 0.77 -
YUV 64.85 91.97 178.75 -
System Red Green Blue C M Y K H S L
Decimal 136 41 1 0 0.70 0.99 0.47 17.78 0.99 0.27
Hex 88 29 1 0 46 63 2F 12 63 1B
Octal 210 51 1 0 106 143 57 22 143 33
Binary 10001000 101001 1 0 1000110 1100011 101111 10010 1100011 11011

Color Harmonies of #882901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882901

Black with #882901

Text Example


Text Example

White with #882901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882901; }

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

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

background-color css

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

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

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

border-color css

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

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

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