Html Css Color HEX #813025 Burnt Umber

📋 copy color: '#813025'

red 129 ◦ green 48 ◦ blue 37

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

Shades of Burnt Umber #813025

Tints of Burnt Umber #813025

RGB

 RED value IS 129 (50.78% from 255) = 60.28%

 GREEN value IS 48 (19.14% from 255) = 22.43%

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

R = 60.28%
G = 22.43%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#813025 (or 0x813025) is known color: Burnt Umber. HEX triplet: 81, 30 and 25. RGB value is (129,48,37). Sum of RGB (Red+Green+Blue) = 129+48+37=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #813025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813025 is #7ECFDA. Grayscale: #474747. Windows color (decimal): -8310747 or 2437249. OLE color: 2437249.

HSL color Cylindrical-coordinate representation of color #813025: hue angle of 7.17º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #813025 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 48 37 -
CMYK 0 0.63 0.71 0.49
HSL 7.17º 0.55% 0.33% -
HSV(B) 7.17º 0.71% 0.51% -
XYZ 10.44 6.91 2.53 -
YUV 70.97 108.84 169.39 -
System Red Green Blue C M Y K H S L
Decimal 129 48 37 0 0.63 0.71 0.49 7.17 0.55 0.33
Hex 81 30 25 0 3F 47 31 7 37 21
Octal 201 60 45 0 77 107 61 7 67 41
Binary 10000001 110000 100101 0 111111 1000111 110001 111 110111 100001

Color Harmonies of #813025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813025

Black with #813025

Text Example


Text Example

White with #813025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813025; }

 p { color: rgb(129,48,37); }

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

background-color css

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

 a { background-color: rgb(129,48,37); }

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

border-color css

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

 span { border-color: rgb(129,48,37); }

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