Html Css Color HEX #725302 Raw Umber

📋 copy color: '#725302'

red 114 ◦ green 83 ◦ blue 2

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

Shades of Raw Umber #725302

Tints of Raw Umber #725302

RGB

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

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

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

R = 57.29%
G = 41.71%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#725302 (or 0x725302) is known color: Raw Umber. HEX triplet: 72, 53 and 02. RGB value is (114,83,2). Sum of RGB (Red+Green+Blue) = 114+83+2=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #725302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725302 is #8DACFD. Grayscale: #535353. Windows color (decimal): -9284862 or 152434. OLE color: 152434.

HSL color Cylindrical-coordinate representation of color #725302: hue angle of 43.39º 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 #725302 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 83 2 -
CMYK 0 0.27 0.98 0.55
HSL 43.39º 0.97% 0.23% -
HSV(B) 43.39º 0.98% 0.45% -
XYZ 10.04 9.77 1.41 -
YUV 83.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 114 83 2 0 0.27 0.98 0.55 43.39 0.97 0.23
Hex 72 53 2 0 1B 62 37 2B 61 17
Octal 162 123 2 0 33 142 67 53 141 27
Binary 1110010 1010011 10 0 11011 1100010 110111 101011 1100001 10111

Color Harmonies of #725302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725302

Black with #725302

Text Example


Text Example

White with #725302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725302; }

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

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

background-color css

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

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

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

border-color css

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

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

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