Html Css Color HEX #884401 Saddle Brown

📋 copy color: '#884401'

red 136 ◦ green 68 ◦ blue 1

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

Shades of Saddle Brown #884401

Tints of Saddle Brown #884401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.17%

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

R = 66.34%
G = 33.17%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#884401 (or 0x884401) is known color: Saddle Brown. HEX triplet: 88, 44 and 01. RGB value is (136,68,1). Sum of RGB (Red+Green+Blue) = 136+68+1=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #884401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884401 is #77BBFE. Grayscale: #515151. Windows color (decimal): -7846911 or 83080. OLE color: 83080.

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

Color convert

RGB 136 68 1 -
CMYK 0 0.50 0.99 0.47
HSL 29.78º 0.99% 0.27% -
HSV(B) 29.78º 0.99% 0.53% -
XYZ 12.23 9.37 1.19 -
YUV 80.69 83.03 167.45 -
System Red Green Blue C M Y K H S L
Decimal 136 68 1 0 0.50 0.99 0.47 29.78 0.99 0.27
Hex 88 44 1 0 32 63 2F 1E 63 1B
Octal 210 104 1 0 62 143 57 36 143 33
Binary 10001000 1000100 1 0 110010 1100011 101111 11110 1100011 11011

Color Harmonies of #884401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884401

Black with #884401

Text Example


Text Example

White with #884401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884401; }

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

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

background-color css

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

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

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

border-color css

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

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

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