Html Css Color HEX #724601 Raw Umber

📋 copy color: '#724601'

red 114 ◦ green 70 ◦ blue 1

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

Shades of Raw Umber #724601

Tints of Raw Umber #724601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.84%

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

R = 61.62%
G = 37.84%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#724601 (or 0x724601) is known color: Raw Umber. HEX triplet: 72, 46 and 01. RGB value is (114,70,1). Sum of RGB (Red+Green+Blue) = 114+70+1=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #724601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724601 is #8DB9FE. Grayscale: #4B4B4B. Windows color (decimal): -9288191 or 83570. OLE color: 83570.

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

Color convert

RGB 114 70 1 -
CMYK 0 0.39 0.99 0.55
HSL 36.64º 0.98% 0.23% -
HSV(B) 36.64º 0.99% 0.45% -
XYZ 9.14 7.96 1.08 -
YUV 75.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 114 70 1 0 0.39 0.99 0.55 36.64 0.98 0.23
Hex 72 46 1 0 27 63 37 25 62 17
Octal 162 106 1 0 47 143 67 45 142 27
Binary 1110010 1000110 1 0 100111 1100011 110111 100101 1100010 10111

Color Harmonies of #724601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724601

Black with #724601

Text Example


Text Example

White with #724601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724601; }

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

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

background-color css

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

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

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

border-color css

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

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

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