Html Css Color HEX #725C00 Raw Umber

📋 copy color: '#725C00'

red 114 ◦ green 92 ◦ blue 0

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

Shades of Raw Umber #725C00

Tints of Raw Umber #725C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.66%

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

R = 55.34%
G = 44.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#725C00 (or 0x725C00) is known color: Raw Umber. HEX triplet: 72, 5C and 00. RGB value is (114,92,0). Sum of RGB (Red+Green+Blue) = 114+92+0=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #725C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725C00 is #8DA3FF. Grayscale: #585858. Windows color (decimal): -9282560 or 23666. OLE color: 23666.

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

Color convert

RGB 114 92 0 -
CMYK 0 0.19 1 0.55
HSL 48.42º 1% 0.22% -
HSV(B) 48.42º 1% 0.45% -
XYZ 10.77 11.23 1.6 -
YUV 88.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 114 92 0 0 0.19 1 0.55 48.42 1 0.22
Hex 72 5C 0 0 13 64 37 30 64 16
Octal 162 134 0 0 23 144 67 60 144 26
Binary 1110010 1011100 0 0 10011 1100100 110111 110000 1100100 10110

Color Harmonies of #725C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725C00

Black with #725C00

Text Example


Text Example

White with #725C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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