Html Css Color HEX #725402 Raw Umber

📋 copy color: '#725402'

red 114 ◦ green 84 ◦ blue 2

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

Shades of Raw Umber #725402

Tints of Raw Umber #725402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1%

R = 57%
G = 42%
B = 1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#725402 (or 0x725402) is known color: Raw Umber. HEX triplet: 72, 54 and 02. RGB value is (114,84,2). Sum of RGB (Red+Green+Blue) = 114+84+2=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #725402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725402 is #8DABFD. Grayscale: #535353. Windows color (decimal): -9284606 or 152690. OLE color: 152690.

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

Color convert

RGB 114 84 2 -
CMYK 0 0.26 0.98 0.55
HSL 43.93º 0.97% 0.23% -
HSV(B) 43.93º 0.98% 0.45% -
XYZ 10.12 9.92 1.44 -
YUV 83.62 81.94 149.67 -
System Red Green Blue C M Y K H S L
Decimal 114 84 2 0 0.26 0.98 0.55 43.93 0.97 0.23
Hex 72 54 2 0 1A 62 37 2C 61 17
Octal 162 124 2 0 32 142 67 54 141 27
Binary 1110010 1010100 10 0 11010 1100010 110111 101100 1100001 10111

Color Harmonies of #725402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725402

Black with #725402

Text Example


Text Example

White with #725402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725402; }

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

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

background-color css

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

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

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

border-color css

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

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

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