Html Css Color HEX #882C02 Saddle Brown

📋 copy color: '#882C02'

red 136 ◦ green 44 ◦ blue 2

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

Shades of Saddle Brown #882C02

Tints of Saddle Brown #882C02

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.18%

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

R = 74.73%
G = 24.18%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#882C02 (or 0x882C02) is known color: Saddle Brown. HEX triplet: 88, 2C and 02. RGB value is (136,44,2). Sum of RGB (Red+Green+Blue) = 136+44+2=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #882C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882C02 is #77D3FD. Grayscale: #424242. Windows color (decimal): -7853054 or 142472. OLE color: 142472.

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

Color convert

RGB 136 44 2 -
CMYK 0 0.68 0.99 0.47
HSL 18.81º 0.97% 0.27% -
HSV(B) 18.81º 0.99% 0.53% -
XYZ 11.06 7.04 0.83 -
YUV 66.72 91.48 177.42 -
System Red Green Blue C M Y K H S L
Decimal 136 44 2 0 0.68 0.99 0.47 18.81 0.97 0.27
Hex 88 2C 2 0 44 63 2F 13 61 1B
Octal 210 54 2 0 104 143 57 23 141 33
Binary 10001000 101100 10 0 1000100 1100011 101111 10011 1100001 11011

Color Harmonies of #882C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C02

Black with #882C02

Text Example


Text Example

White with #882C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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