Html Css Color HEX #725001 Raw Umber

📋 copy color: '#725001'

red 114 ◦ green 80 ◦ blue 1

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

Shades of Raw Umber #725001

Tints of Raw Umber #725001

RGB

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

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

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

R = 58.46%
G = 41.03%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#725001 (or 0x725001) is known color: Raw Umber. HEX triplet: 72, 50 and 01. RGB value is (114,80,1). Sum of RGB (Red+Green+Blue) = 114+80+1=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #725001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725001 is #8DAFFE. Grayscale: #515151. Windows color (decimal): -9285631 or 86130. OLE color: 86130.

HSL color Cylindrical-coordinate representation of color #725001: hue angle of 41.95º 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 #725001 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 80 1 -
CMYK 0 0.30 0.99 0.55
HSL 41.95º 0.98% 0.23% -
HSV(B) 41.95º 0.99% 0.45% -
XYZ 9.81 9.32 1.31 -
YUV 81.16 82.76 151.42 -
System Red Green Blue C M Y K H S L
Decimal 114 80 1 0 0.30 0.99 0.55 41.95 0.98 0.23
Hex 72 50 1 0 1E 63 37 2A 62 17
Octal 162 120 1 0 36 143 67 52 142 27
Binary 1110010 1010000 1 0 11110 1100011 110111 101010 1100010 10111

Color Harmonies of #725001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725001

Black with #725001

Text Example


Text Example

White with #725001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725001; }

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

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

background-color css

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

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

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

border-color css

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

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

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