Html Css Color HEX #744C1A Raw Umber

📋 copy color: '#744C1A'

red 116 ◦ green 76 ◦ blue 26

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

Shades of Raw Umber #744C1A

Tints of Raw Umber #744C1A

RGB

 RED value IS 116 (45.7% from 255) = 53.21%

 GREEN value IS 76 (30.08% from 255) = 34.86%

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

R = 53.21%
G = 34.86%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#744C1A (or 0x744C1A) is known color: Raw Umber. HEX triplet: 74, 4C and 1A. RGB value is (116,76,26). Sum of RGB (Red+Green+Blue) = 116+76+26=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #744C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C1A is #8BB3E5. Grayscale: #525252. Windows color (decimal): -9155558 or 1723508. OLE color: 1723508.

HSL color Cylindrical-coordinate representation of color #744C1A: hue angle of 33.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #744C1A is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 76 26 -
CMYK 0 0.34 0.78 0.55
HSL 33.33º 0.63% 0.28% -
HSV(B) 33.33º 0.78% 0.45% -
XYZ 9.97 8.96 2.18 -
YUV 82.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 116 76 26 0 0.34 0.78 0.55 33.33 0.63 0.28
Hex 74 4C 1A 0 22 4E 37 21 3F 1C
Octal 164 114 32 0 42 116 67 41 77 34
Binary 1110100 1001100 11010 0 100010 1001110 110111 100001 111111 11100

Color Harmonies of #744C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C1A

Black with #744C1A

Text Example


Text Example

White with #744C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744C1A; }

 p { color: rgb(116,76,26); }

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

background-color css

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

 a { background-color: rgb(116,76,26); }

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

border-color css

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

 span { border-color: rgb(116,76,26); }

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