Html Css Color HEX #725800 Raw Umber

📋 copy color: '#725800'

red 114 ◦ green 88 ◦ blue 0

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

Shades of Raw Umber #725800

Tints of Raw Umber #725800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.56%

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

R = 56.44%
G = 43.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#725800 (or 0x725800) is known color: Raw Umber. HEX triplet: 72, 58 and 00. RGB value is (114,88,0). Sum of RGB (Red+Green+Blue) = 114+88+0=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #725800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725800 is #8DA7FF. Grayscale: #565656. Windows color (decimal): -9283584 or 22642. OLE color: 22642.

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

Color convert

RGB 114 88 0 -
CMYK 0 0.23 1 0.55
HSL 46.32º 1% 0.22% -
HSV(B) 46.32º 1% 0.45% -
XYZ 10.43 10.56 1.49 -
YUV 85.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 114 88 0 0 0.23 1 0.55 46.32 1 0.22
Hex 72 58 0 0 17 64 37 2E 64 16
Octal 162 130 0 0 27 144 67 56 144 26
Binary 1110010 1011000 0 0 10111 1100100 110111 101110 1100100 10110

Color Harmonies of #725800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725800

Black with #725800

Text Example


Text Example

White with #725800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725800; }

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

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

background-color css

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

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

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

border-color css

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

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

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