Html Css Color HEX #725300 Raw Umber

📋 copy color: '#725300'

red 114 ◦ green 83 ◦ blue 0

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

Shades of Raw Umber #725300

Tints of Raw Umber #725300

RGB

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

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

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

R = 57.87%
G = 42.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#725300 (or 0x725300) is known color: Raw Umber. HEX triplet: 72, 53 and 00. RGB value is (114,83,0). Sum of RGB (Red+Green+Blue) = 114+83+0=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #725300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725300 is #8DACFF. Grayscale: #535353. Windows color (decimal): -9284864 or 21362. OLE color: 21362.

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

Color convert

RGB 114 83 0 -
CMYK 0 0.27 1 0.55
HSL 43.68º 1% 0.22% -
HSV(B) 43.68º 1% 0.45% -
XYZ 10.03 9.76 1.36 -
YUV 82.81 81.27 150.25 -
System Red Green Blue C M Y K H S L
Decimal 114 83 0 0 0.27 1 0.55 43.68 1 0.22
Hex 72 53 0 0 1B 64 37 2C 64 16
Octal 162 123 0 0 33 144 67 54 144 26
Binary 1110010 1010011 0 0 11011 1100100 110111 101100 1100100 10110

Color Harmonies of #725300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725300

Black with #725300

Text Example


Text Example

White with #725300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725300; }

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

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

background-color css

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

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

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

border-color css

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

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

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