Html Css Color HEX #725400 Raw Umber

📋 copy color: '#725400'

red 114 ◦ green 84 ◦ blue 0

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

Shades of Raw Umber #725400

Tints of Raw Umber #725400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.58%
G = 42.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#725400 (or 0x725400) is known color: Raw Umber. HEX triplet: 72, 54 and 00. RGB value is (114,84,0). Sum of RGB (Red+Green+Blue) = 114+84+0=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #725400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725400 is #8DABFF. Grayscale: #535353. Windows color (decimal): -9284608 or 21618. OLE color: 21618.

HSL color Cylindrical-coordinate representation of color #725400: hue angle of 44.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #725400 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 84 0 -
CMYK 0 0.26 1 0.55
HSL 44.21º 1% 0.22% -
HSV(B) 44.21º 1% 0.45% -
XYZ 10.11 9.92 1.38 -
YUV 83.39 80.94 149.83 -
System Red Green Blue C M Y K H S L
Decimal 114 84 0 0 0.26 1 0.55 44.21 1 0.22
Hex 72 54 0 0 1A 64 37 2C 64 16
Octal 162 124 0 0 32 144 67 54 144 26
Binary 1110010 1010100 0 0 11010 1100100 110111 101100 1100100 10110

Color Harmonies of #725400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725400

Black with #725400

Text Example


Text Example

White with #725400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725400; }

 p { color: rgb(114,84,0); }

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

background-color css

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

 a { background-color: rgb(114,84,0); }

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

border-color css

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

 span { border-color: rgb(114,84,0); }

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