Html Css Color HEX #882C26 Burnt Umber

📋 copy color: '#882C26'

red 136 ◦ green 44 ◦ blue 38

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

Shades of Burnt Umber #882C26

Tints of Burnt Umber #882C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.43%

R = 62.39%
G = 20.18%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#882C26 (or 0x882C26) is known color: Burnt Umber. HEX triplet: 88, 2C and 26. RGB value is (136,44,38). Sum of RGB (Red+Green+Blue) = 136+44+38=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #882C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C26 is #77D3D9. Grayscale: #464646. Windows color (decimal): -7853018 or 2501768. OLE color: 2501768.

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

Color convert

RGB 136 44 38 -
CMYK 0 0.68 0.72 0.47
HSL 3.67º 0.56% 0.34% -
HSV(B) 3.67º 0.72% 0.53% -
XYZ 11.4 7.18 2.62 -
YUV 70.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 136 44 38 0 0.68 0.72 0.47 3.67 0.56 0.34
Hex 88 2C 26 0 44 48 2F 4 38 22
Octal 210 54 46 0 104 110 57 4 70 42
Binary 10001000 101100 100110 0 1000100 1001000 101111 100 111000 100010

Color Harmonies of #882C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C26

Black with #882C26

Text Example


Text Example

White with #882C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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