Html Css Color HEX #882F25 Burnt Umber

📋 copy color: '#882F25'

red 136 ◦ green 47 ◦ blue 37

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

Shades of Burnt Umber #882F25

Tints of Burnt Umber #882F25

RGB

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

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

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

R = 61.82%
G = 21.36%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#882F25 (or 0x882F25) is known color: Burnt Umber. HEX triplet: 88, 2F and 25. RGB value is (136,47,37). Sum of RGB (Red+Green+Blue) = 136+47+37=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #882F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F25 is #77D0DA. Grayscale: #484848. Windows color (decimal): -7852251 or 2437000. OLE color: 2437000.

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

Color convert

RGB 136 47 37 -
CMYK 0 0.65 0.73 0.47
HSL 6.06º 0.57% 0.34% -
HSV(B) 6.06º 0.73% 0.53% -
XYZ 11.5 7.4 2.57 -
YUV 72.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 136 47 37 0 0.65 0.73 0.47 6.06 0.57 0.34
Hex 88 2F 25 0 41 49 2F 6 39 22
Octal 210 57 45 0 101 111 57 6 71 42
Binary 10001000 101111 100101 0 1000001 1001001 101111 110 111001 100010

Color Harmonies of #882F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F25

Black with #882F25

Text Example


Text Example

White with #882F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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