Html Css Color HEX #725307 Raw Umber

📋 copy color: '#725307'

red 114 ◦ green 83 ◦ blue 7

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

Shades of Raw Umber #725307

Tints of Raw Umber #725307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.43%

R = 55.88%
G = 40.69%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#725307 (or 0x725307) is known color: Raw Umber. HEX triplet: 72, 53 and 07. RGB value is (114,83,7). Sum of RGB (Red+Green+Blue) = 114+83+7=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #725307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725307 is #8DACF8. Grayscale: #535353. Windows color (decimal): -9284857 or 480114. OLE color: 480114.

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

Color convert

RGB 114 83 7 -
CMYK 0 0.27 0.94 0.55
HSL 42.62º 0.88% 0.24% -
HSV(B) 42.62º 0.94% 0.45% -
XYZ 10.07 9.78 1.56 -
YUV 83.61 84.77 149.68 -
System Red Green Blue C M Y K H S L
Decimal 114 83 7 0 0.27 0.94 0.55 42.62 0.88 0.24
Hex 72 53 7 0 1B 5E 37 2B 58 18
Octal 162 123 7 0 33 136 67 53 130 30
Binary 1110010 1010011 111 0 11011 1011110 110111 101011 1011000 11000

Color Harmonies of #725307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725307

Black with #725307

Text Example


Text Example

White with #725307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725307; }

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

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

background-color css

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

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

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

border-color css

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

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

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