Html Css Color HEX #726000 Raw Umber

📋 copy color: '#726000'

red 114 ◦ green 96 ◦ blue 0

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

Shades of Raw Umber #726000

Tints of Raw Umber #726000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.29%
G = 45.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#726000 (or 0x726000) is known color: Raw Umber. HEX triplet: 72, 60 and 00. RGB value is (114,96,0). Sum of RGB (Red+Green+Blue) = 114+96+0=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #726000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726000 is #8D9FFF. Grayscale: #5A5A5A. Windows color (decimal): -9281536 or 24690. OLE color: 24690.

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

Color convert

RGB 114 96 0 -
CMYK 0 0.16 1 0.55
HSL 50.53º 1% 0.22% -
HSV(B) 50.53º 1% 0.45% -
XYZ 11.12 11.94 1.72 -
YUV 90.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 114 96 0 0 0.16 1 0.55 50.53 1 0.22
Hex 72 60 0 0 10 64 37 33 64 16
Octal 162 140 0 0 20 144 67 63 144 26
Binary 1110010 1100000 0 0 10000 1100100 110111 110011 1100100 10110

Color Harmonies of #726000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726000

Black with #726000

Text Example


Text Example

White with #726000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726000; }

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

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

background-color css

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

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

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

border-color css

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

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

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