Html Css Color HEX #725C10 Raw Umber

📋 copy color: '#725C10'

red 114 ◦ green 92 ◦ blue 16

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

Shades of Raw Umber #725C10

Tints of Raw Umber #725C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.21%

R = 51.35%
G = 41.44%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#725C10 (or 0x725C10) is known color: Raw Umber. HEX triplet: 72, 5C and 10. RGB value is (114,92,16). Sum of RGB (Red+Green+Blue) = 114+92+16=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #725C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725C10 is #8DA3EF. Grayscale: #5A5A5A. Windows color (decimal): -9282544 or 1072242. OLE color: 1072242.

HSL color Cylindrical-coordinate representation of color #725C10: hue angle of 46.53º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #725C10 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 92 16 -
CMYK 0 0.19 0.86 0.55
HSL 46.53º 0.75% 0.25% -
HSV(B) 46.53º 0.86% 0.45% -
XYZ 10.86 11.27 2.09 -
YUV 89.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 114 92 16 0 0.19 0.86 0.55 46.53 0.75 0.25
Hex 72 5C 10 0 13 56 37 2F 4B 19
Octal 162 134 20 0 23 126 67 57 113 31
Binary 1110010 1011100 10000 0 10011 1010110 110111 101111 1001011 11001

Color Harmonies of #725C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725C10

Black with #725C10

Text Example


Text Example

White with #725C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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