Html Css Color HEX #725015 Raw Umber

📋 copy color: '#725015'

red 114 ◦ green 80 ◦ blue 21

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

Shades of Raw Umber #725015

Tints of Raw Umber #725015

RGB

 RED value IS 114 (44.92% from 255) = 53.02%

 GREEN value IS 80 (31.64% from 255) = 37.21%

 BLUE value IS 21 (8.59% from 255) = 9.77%

R = 53.02%
G = 37.21%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#725015 (or 0x725015) is known color: Raw Umber. HEX triplet: 72, 50 and 15. RGB value is (114,80,21). Sum of RGB (Red+Green+Blue) = 114+80+21=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #725015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725015 is #8DAFEA. Grayscale: #535353. Windows color (decimal): -9285611 or 1396850. OLE color: 1396850.

HSL color Cylindrical-coordinate representation of color #725015: hue angle of 38.06º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #725015 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 80 21 -
CMYK 0 0.30 0.82 0.55
HSL 38.06º 0.69% 0.26% -
HSV(B) 38.06º 0.82% 0.45% -
XYZ 9.94 9.37 1.99 -
YUV 83.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 114 80 21 0 0.30 0.82 0.55 38.06 0.69 0.26
Hex 72 50 15 0 1E 52 37 26 45 1A
Octal 162 120 25 0 36 122 67 46 105 32
Binary 1110010 1010000 10101 0 11110 1010010 110111 100110 1000101 11010

Color Harmonies of #725015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725015

Black with #725015

Text Example


Text Example

White with #725015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725015; }

 p { color: rgb(114,80,21); }

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

background-color css

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

 a { background-color: rgb(114,80,21); }

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

border-color css

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

 span { border-color: rgb(114,80,21); }

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