Html Css Color HEX #724100 Raw Umber

📋 copy color: '#724100'

red 114 ◦ green 65 ◦ blue 0

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

Shades of Raw Umber #724100

Tints of Raw Umber #724100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.31%

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

R = 63.69%
G = 36.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#724100 (or 0x724100) is known color: Raw Umber. HEX triplet: 72, 41 and 00. RGB value is (114,65,0). Sum of RGB (Red+Green+Blue) = 114+65+0=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #724100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724100 is #8DBEFF. Grayscale: #484848. Windows color (decimal): -9289472 or 16754. OLE color: 16754.

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

Color convert

RGB 114 65 0 -
CMYK 0 0.43 1 0.55
HSL 34.21º 1% 0.22% -
HSV(B) 34.21º 1% 0.45% -
XYZ 8.83 7.36 0.95 -
YUV 72.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 114 65 0 0 0.43 1 0.55 34.21 1 0.22
Hex 72 41 0 0 2B 64 37 22 64 16
Octal 162 101 0 0 53 144 67 42 144 26
Binary 1110010 1000001 0 0 101011 1100100 110111 100010 1100100 10110

Color Harmonies of #724100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724100

Black with #724100

Text Example


Text Example

White with #724100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724100; }

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

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

background-color css

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

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

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

border-color css

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

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

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