Html Css Color HEX #725304 Raw Umber

📋 copy color: '#725304'

red 114 ◦ green 83 ◦ blue 4

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

Shades of Raw Umber #725304

Tints of Raw Umber #725304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

 BLUE value IS 4 (1.95% from 255) = 1.99%

R = 56.72%
G = 41.29%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#725304 (or 0x725304) is known color: Raw Umber. HEX triplet: 72, 53 and 04. RGB value is (114,83,4). Sum of RGB (Red+Green+Blue) = 114+83+4=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #725304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725304 is #8DACFB. Grayscale: #535353. Windows color (decimal): -9284860 or 283506. OLE color: 283506.

HSL color Cylindrical-coordinate representation of color #725304: hue angle of 43.09º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #725304 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 83 4 -
CMYK 0 0.27 0.96 0.55
HSL 43.09º 0.93% 0.23% -
HSV(B) 43.09º 0.96% 0.45% -
XYZ 10.05 9.77 1.47 -
YUV 83.26 83.27 149.92 -
System Red Green Blue C M Y K H S L
Decimal 114 83 4 0 0.27 0.96 0.55 43.09 0.93 0.23
Hex 72 53 4 0 1B 60 37 2B 5D 17
Octal 162 123 4 0 33 140 67 53 135 27
Binary 1110010 1010011 100 0 11011 1100000 110111 101011 1011101 10111

Color Harmonies of #725304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725304

Black with #725304

Text Example


Text Example

White with #725304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725304; }

 p { color: rgb(114,83,4); }

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

background-color css

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

 a { background-color: rgb(114,83,4); }

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

border-color css

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

 span { border-color: rgb(114,83,4); }

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