Html Css Color HEX #884002 Saddle Brown

📋 copy color: '#884002'

red 136 ◦ green 64 ◦ blue 2

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

Shades of Saddle Brown #884002

Tints of Saddle Brown #884002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.68%

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 67.33%
G = 31.68%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#884002 (or 0x884002) is known color: Saddle Brown. HEX triplet: 88, 40 and 02. RGB value is (136,64,2). Sum of RGB (Red+Green+Blue) = 136+64+2=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #884002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884002 is #77BFFD. Grayscale: #4E4E4E. Windows color (decimal): -7847934 or 147592. OLE color: 147592.

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

Color convert

RGB 136 64 2 -
CMYK 0 0.53 0.99 0.47
HSL 27.76º 0.97% 0.27% -
HSV(B) 27.76º 0.99% 0.53% -
XYZ 12 8.91 1.14 -
YUV 78.46 84.85 169.04 -
System Red Green Blue C M Y K H S L
Decimal 136 64 2 0 0.53 0.99 0.47 27.76 0.97 0.27
Hex 88 40 2 0 35 63 2F 1C 61 1B
Octal 210 100 2 0 65 143 57 34 141 33
Binary 10001000 1000000 10 0 110101 1100011 101111 11100 1100001 11011

Color Harmonies of #884002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884002

Black with #884002

Text Example


Text Example

White with #884002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884002; }

 p { color: rgb(136,64,2); }

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

background-color css

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

 a { background-color: rgb(136,64,2); }

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

border-color css

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

 span { border-color: rgb(136,64,2); }

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