Html Css Color HEX #882C27 Burnt Umber

📋 copy color: '#882C27'

red 136 ◦ green 44 ◦ blue 39

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

Shades of Burnt Umber #882C27

Tints of Burnt Umber #882C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.81%

R = 62.1%
G = 20.09%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#882C27 (or 0x882C27) is known color: Burnt Umber. HEX triplet: 88, 2C and 27. RGB value is (136,44,39). Sum of RGB (Red+Green+Blue) = 136+44+39=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #882C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C27 is #77D3D8. Grayscale: #474747. Windows color (decimal): -7853017 or 2567304. OLE color: 2567304.

HSL color Cylindrical-coordinate representation of color #882C27: hue angle of 3.09º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882C27 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 44 39 -
CMYK 0 0.68 0.71 0.47
HSL 3.09º 0.55% 0.34% -
HSV(B) 3.09º 0.71% 0.53% -
XYZ 11.42 7.18 2.7 -
YUV 70.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 136 44 39 0 0.68 0.71 0.47 3.09 0.55 0.34
Hex 88 2C 27 0 44 47 2F 3 37 22
Octal 210 54 47 0 104 107 57 3 67 42
Binary 10001000 101100 100111 0 1000100 1000111 101111 11 110111 100010

Color Harmonies of #882C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C27

Black with #882C27

Text Example


Text Example

White with #882C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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