Html Css Color HEX #726001 Raw Umber

📋 copy color: '#726001'

red 114 ◦ green 96 ◦ blue 1

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

Shades of Raw Umber #726001

Tints of Raw Umber #726001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.5%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 54.03%
G = 45.5%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#726001 (or 0x726001) is known color: Raw Umber. HEX triplet: 72, 60 and 01. RGB value is (114,96,1). Sum of RGB (Red+Green+Blue) = 114+96+1=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #726001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726001 is #8D9FFE. Grayscale: #5A5A5A. Windows color (decimal): -9281535 or 90226. OLE color: 90226.

HSL color Cylindrical-coordinate representation of color #726001: hue angle of 50.44º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #726001 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 96 1 -
CMYK 0 0.16 0.99 0.55
HSL 50.44º 0.98% 0.23% -
HSV(B) 50.44º 0.99% 0.45% -
XYZ 11.13 11.95 1.75 -
YUV 90.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 114 96 1 0 0.16 0.99 0.55 50.44 0.98 0.23
Hex 72 60 1 0 10 63 37 32 62 17
Octal 162 140 1 0 20 143 67 62 142 27
Binary 1110010 1100000 1 0 10000 1100011 110111 110010 1100010 10111

Color Harmonies of #726001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726001

Black with #726001

Text Example


Text Example

White with #726001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726001; }

 p { color: rgb(114,96,1); }

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

background-color css

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

 a { background-color: rgb(114,96,1); }

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

border-color css

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

 span { border-color: rgb(114,96,1); }

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