Html Css Color HEX #882A02 Saddle Brown

📋 copy color: '#882A02'

red 136 ◦ green 42 ◦ blue 2

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

Shades of Saddle Brown #882A02

Tints of Saddle Brown #882A02

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.33%

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

R = 75.56%
G = 23.33%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#882A02 (or 0x882A02) is known color: Saddle Brown. HEX triplet: 88, 2A and 02. RGB value is (136,42,2). Sum of RGB (Red+Green+Blue) = 136+42+2=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #882A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882A02 is #77D5FD. Grayscale: #414141. Windows color (decimal): -7853566 or 141960. OLE color: 141960.

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

Color convert

RGB 136 42 2 -
CMYK 0 0.69 0.99 0.47
HSL 17.91º 0.97% 0.27% -
HSV(B) 17.91º 0.99% 0.53% -
XYZ 10.99 6.89 0.81 -
YUV 65.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 136 42 2 0 0.69 0.99 0.47 17.91 0.97 0.27
Hex 88 2A 2 0 45 63 2F 12 61 1B
Octal 210 52 2 0 105 143 57 22 141 33
Binary 10001000 101010 10 0 1000101 1100011 101111 10010 1100001 11011

Color Harmonies of #882A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882A02

Black with #882A02

Text Example


Text Example

White with #882A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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