Html Css Color HEX #724A1A Raw Umber

📋 copy color: '#724A1A'

red 114 ◦ green 74 ◦ blue 26

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

Shades of Raw Umber #724A1A

Tints of Raw Umber #724A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.58%

 BLUE value IS 26 (10.55% from 255) = 12.15%

R = 53.27%
G = 34.58%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#724A1A (or 0x724A1A) is known color: Raw Umber. HEX triplet: 72, 4A and 1A. RGB value is (114,74,26). Sum of RGB (Red+Green+Blue) = 114+74+26=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #724A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A1A is #8DB5E5. Grayscale: #505050. Windows color (decimal): -9287142 or 1722994. OLE color: 1722994.

HSL color Cylindrical-coordinate representation of color #724A1A: hue angle of 32.73º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #724A1A is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 74 26 -
CMYK 0 0.35 0.77 0.55
HSL 32.73º 0.63% 0.27% -
HSV(B) 32.73º 0.77% 0.45% -
XYZ 9.57 8.55 2.12 -
YUV 80.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 114 74 26 0 0.35 0.77 0.55 32.73 0.63 0.27
Hex 72 4A 1A 0 23 4D 37 21 3F 1B
Octal 162 112 32 0 43 115 67 41 77 33
Binary 1110010 1001010 11010 0 100011 1001101 110111 100001 111111 11011

Color Harmonies of #724A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A1A

Black with #724A1A

Text Example


Text Example

White with #724A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,74,26); }

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

background-color css

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

 a { background-color: rgb(114,74,26); }

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

border-color css

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

 span { border-color: rgb(114,74,26); }

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