Html Css Color HEX #882F26 Burnt Umber

📋 copy color: '#882F26'

red 136 ◦ green 47 ◦ blue 38

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

Shades of Burnt Umber #882F26

Tints of Burnt Umber #882F26

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.27%

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

R = 61.54%
G = 21.27%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#882F26 (or 0x882F26) is known color: Burnt Umber. HEX triplet: 88, 2F and 26. RGB value is (136,47,38). Sum of RGB (Red+Green+Blue) = 136+47+38=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #882F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F26 is #77D0D9. Grayscale: #484848. Windows color (decimal): -7852250 or 2502536. OLE color: 2502536.

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

Color convert

RGB 136 47 38 -
CMYK 0 0.65 0.72 0.47
HSL 5.51º 0.56% 0.34% -
HSV(B) 5.51º 0.72% 0.53% -
XYZ 11.52 7.41 2.66 -
YUV 72.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 136 47 38 0 0.65 0.72 0.47 5.51 0.56 0.34
Hex 88 2F 26 0 41 48 2F 6 38 22
Octal 210 57 46 0 101 110 57 6 70 42
Binary 10001000 101111 100110 0 1000001 1001000 101111 110 111000 100010

Color Harmonies of #882F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F26

Black with #882F26

Text Example


Text Example

White with #882F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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