Html Css Color HEX #725B0F Raw Umber

📋 copy color: '#725B0F'

red 114 ◦ green 91 ◦ blue 15

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

Shades of Raw Umber #725B0F

Tints of Raw Umber #725B0F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.36%

 BLUE value IS 15 (6.25% from 255) = 6.82%

R = 51.82%
G = 41.36%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#725B0F (or 0x725B0F) is known color: Raw Umber. HEX triplet: 72, 5B and 0F. RGB value is (114,91,15). Sum of RGB (Red+Green+Blue) = 114+91+15=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #725B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725B0F is #8DA4F0. Grayscale: #595959. Windows color (decimal): -9282801 or 1006450. OLE color: 1006450.

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

Color convert

RGB 114 91 15 -
CMYK 0 0.20 0.87 0.55
HSL 46.06º 0.77% 0.25% -
HSV(B) 46.06º 0.87% 0.45% -
XYZ 10.77 11.09 2.03 -
YUV 89.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 114 91 15 0 0.20 0.87 0.55 46.06 0.77 0.25
Hex 72 5B F 0 14 57 37 2E 4D 19
Octal 162 133 17 0 24 127 67 56 115 31
Binary 1110010 1011011 1111 0 10100 1010111 110111 101110 1001101 11001

Color Harmonies of #725B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725B0F

Black with #725B0F

Text Example


Text Example

White with #725B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,91,15); }

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

background-color css

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

 a { background-color: rgb(114,91,15); }

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

border-color css

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

 span { border-color: rgb(114,91,15); }

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