Html Css Color HEX #725306 Raw Umber

📋 copy color: '#725306'

red 114 ◦ green 83 ◦ blue 6

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

Shades of Raw Umber #725306

Tints of Raw Umber #725306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.96%

R = 56.16%
G = 40.89%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#725306 (or 0x725306) is known color: Raw Umber. HEX triplet: 72, 53 and 06. RGB value is (114,83,6). Sum of RGB (Red+Green+Blue) = 114+83+6=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #725306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725306 is #8DACF9. Grayscale: #535353. Windows color (decimal): -9284858 or 414578. OLE color: 414578.

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

Color convert

RGB 114 83 6 -
CMYK 0 0.27 0.95 0.55
HSL 42.78º 0.9% 0.24% -
HSV(B) 42.78º 0.95% 0.45% -
XYZ 10.07 9.78 1.53 -
YUV 83.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 114 83 6 0 0.27 0.95 0.55 42.78 0.9 0.24
Hex 72 53 6 0 1B 5F 37 2B 5A 18
Octal 162 123 6 0 33 137 67 53 132 30
Binary 1110010 1010011 110 0 11011 1011111 110111 101011 1011010 11000

Color Harmonies of #725306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725306

Black with #725306

Text Example


Text Example

White with #725306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725306; }

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

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

background-color css

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

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

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

border-color css

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

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

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