Html Css Color HEX #725100 Raw Umber

📋 copy color: '#725100'

red 114 ◦ green 81 ◦ blue 0

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

Shades of Raw Umber #725100

Tints of Raw Umber #725100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.54%

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

R = 58.46%
G = 41.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#725100 (or 0x725100) is known color: Raw Umber. HEX triplet: 72, 51 and 00. RGB value is (114,81,0). Sum of RGB (Red+Green+Blue) = 114+81+0=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #725100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725100 is #8DAEFF. Grayscale: #515151. Windows color (decimal): -9285376 or 20850. OLE color: 20850.

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

Color convert

RGB 114 81 0 -
CMYK 0 0.29 1 0.55
HSL 42.63º 1% 0.22% -
HSV(B) 42.63º 1% 0.45% -
XYZ 9.88 9.46 1.31 -
YUV 81.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 114 81 0 0 0.29 1 0.55 42.63 1 0.22
Hex 72 51 0 0 1D 64 37 2B 64 16
Octal 162 121 0 0 35 144 67 53 144 26
Binary 1110010 1010001 0 0 11101 1100100 110111 101011 1100100 10110

Color Harmonies of #725100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725100

Black with #725100

Text Example


Text Example

White with #725100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725100; }

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

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

background-color css

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

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

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

border-color css

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

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

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