Html Css Color HEX #724F01 Raw Umber

📋 copy color: '#724F01'

red 114 ◦ green 79 ◦ blue 1

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

Shades of Raw Umber #724F01

Tints of Raw Umber #724F01

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.72%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 58.76%
G = 40.72%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#724F01 (or 0x724F01) is known color: Raw Umber. HEX triplet: 72, 4F and 01. RGB value is (114,79,1). Sum of RGB (Red+Green+Blue) = 114+79+1=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #724F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #724F01 is #8DB0FE. Grayscale: #505050. Windows color (decimal): -9285887 or 85874. OLE color: 85874.

HSL color Cylindrical-coordinate representation of color #724F01: hue angle of 41.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #724F01 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 79 1 -
CMYK 0 0.31 0.99 0.55
HSL 41.42º 0.98% 0.23% -
HSV(B) 41.42º 0.99% 0.45% -
XYZ 9.74 9.17 1.29 -
YUV 80.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 114 79 1 0 0.31 0.99 0.55 41.42 0.98 0.23
Hex 72 4F 1 0 1F 63 37 29 62 17
Octal 162 117 1 0 37 143 67 51 142 27
Binary 1110010 1001111 1 0 11111 1100011 110111 101001 1100010 10111

Color Harmonies of #724F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724F01

Black with #724F01

Text Example


Text Example

White with #724F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724F01; }

 p { color: rgb(114,79,1); }

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

background-color css

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

 a { background-color: rgb(114,79,1); }

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

border-color css

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

 span { border-color: rgb(114,79,1); }

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