Html Css Color HEX #744B1A Raw Umber

📋 copy color: '#744B1A'

red 116 ◦ green 75 ◦ blue 26

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

Shades of Raw Umber #744B1A

Tints of Raw Umber #744B1A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.56%

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

R = 53.46%
G = 34.56%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#744B1A (or 0x744B1A) is known color: Raw Umber. HEX triplet: 74, 4B and 1A. RGB value is (116,75,26). Sum of RGB (Red+Green+Blue) = 116+75+26=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #744B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744B1A is #8BB4E5. Grayscale: #515151. Windows color (decimal): -9155814 or 1723252. OLE color: 1723252.

HSL color Cylindrical-coordinate representation of color #744B1A: hue angle of 32.67º 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 #744B1A is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 75 26 -
CMYK 0 0.35 0.78 0.55
HSL 32.67º 0.63% 0.28% -
HSV(B) 32.67º 0.78% 0.45% -
XYZ 9.9 8.82 2.16 -
YUV 81.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 116 75 26 0 0.35 0.78 0.55 32.67 0.63 0.28
Hex 74 4B 1A 0 23 4E 37 21 3F 1C
Octal 164 113 32 0 43 116 67 41 77 34
Binary 1110100 1001011 11010 0 100011 1001110 110111 100001 111111 11100

Color Harmonies of #744B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744B1A

Black with #744B1A

Text Example


Text Example

White with #744B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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