Html Css Color HEX #882D25 Burnt Umber

📋 copy color: '#882D25'

red 136 ◦ green 45 ◦ blue 37

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

Shades of Burnt Umber #882D25

Tints of Burnt Umber #882D25

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.64%

 BLUE value IS 37 (14.84% from 255) = 16.97%

R = 62.39%
G = 20.64%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#882D25 (or 0x882D25) is known color: Burnt Umber. HEX triplet: 88, 2D and 25. RGB value is (136,45,37). Sum of RGB (Red+Green+Blue) = 136+45+37=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #882D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D25 is #77D2DA. Grayscale: #474747. Windows color (decimal): -7852763 or 2436488. OLE color: 2436488.

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

Color convert

RGB 136 45 37 -
CMYK 0 0.67 0.73 0.47
HSL 4.85º 0.57% 0.34% -
HSV(B) 4.85º 0.73% 0.53% -
XYZ 11.43 7.24 2.55 -
YUV 71.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 136 45 37 0 0.67 0.73 0.47 4.85 0.57 0.34
Hex 88 2D 25 0 43 49 2F 5 39 22
Octal 210 55 45 0 103 111 57 5 71 42
Binary 10001000 101101 100101 0 1000011 1001001 101111 101 111001 100010

Color Harmonies of #882D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D25

Black with #882D25

Text Example


Text Example

White with #882D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,45,37); }

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

background-color css

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

 a { background-color: rgb(136,45,37); }

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

border-color css

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

 span { border-color: rgb(136,45,37); }

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