Html Css Color HEX #725C0C Raw Umber

📋 copy color: '#725C0C'

red 114 ◦ green 92 ◦ blue 12

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

Shades of Raw Umber #725C0C

Tints of Raw Umber #725C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.5%

R = 52.29%
G = 42.2%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#725C0C (or 0x725C0C) is known color: Raw Umber. HEX triplet: 72, 5C and 0C. RGB value is (114,92,12). Sum of RGB (Red+Green+Blue) = 114+92+12=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #725C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725C0C is #8DA3F3. Grayscale: #595959. Windows color (decimal): -9282548 or 810098. OLE color: 810098.

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

Color convert

RGB 114 92 12 -
CMYK 0 0.19 0.89 0.55
HSL 47.06º 0.81% 0.25% -
HSV(B) 47.06º 0.89% 0.45% -
XYZ 10.83 11.26 1.95 -
YUV 89.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 114 92 12 0 0.19 0.89 0.55 47.06 0.81 0.25
Hex 72 5C C 0 13 59 37 2F 51 19
Octal 162 134 14 0 23 131 67 57 121 31
Binary 1110010 1011100 1100 0 10011 1011001 110111 101111 1010001 11001

Color Harmonies of #725C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725C0C

Black with #725C0C

Text Example


Text Example

White with #725C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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