Html Css Color HEX #725A0E Raw Umber

📋 copy color: '#725A0E'

red 114 ◦ green 90 ◦ blue 14

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

Shades of Raw Umber #725A0E

Tints of Raw Umber #725A0E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.28%

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 52.29%
G = 41.28%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#725A0E (or 0x725A0E) is known color: Raw Umber. HEX triplet: 72, 5A and 0E. RGB value is (114,90,14). Sum of RGB (Red+Green+Blue) = 114+90+14=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #725A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725A0E is #8DA5F1. Grayscale: #585858. Windows color (decimal): -9283058 or 940658. OLE color: 940658.

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

Color convert

RGB 114 90 14 -
CMYK 0 0.21 0.88 0.55
HSL 45.6º 0.78% 0.25% -
HSV(B) 45.6º 0.88% 0.45% -
XYZ 10.67 10.92 1.96 -
YUV 88.51 85.95 146.18 -
System Red Green Blue C M Y K H S L
Decimal 114 90 14 0 0.21 0.88 0.55 45.6 0.78 0.25
Hex 72 5A E 0 15 58 37 2E 4E 19
Octal 162 132 16 0 25 130 67 56 116 31
Binary 1110010 1011010 1110 0 10101 1011000 110111 101110 1001110 11001

Color Harmonies of #725A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725A0E

Black with #725A0E

Text Example


Text Example

White with #725A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,90,14); }

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

background-color css

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

 a { background-color: rgb(114,90,14); }

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

border-color css

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

 span { border-color: rgb(114,90,14); }

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