Html Css Color HEX #744101 Raw Umber

📋 copy color: '#744101'

red 116 ◦ green 65 ◦ blue 1

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

Shades of Raw Umber #744101

Tints of Raw Umber #744101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

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

R = 63.74%
G = 35.71%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#744101 (or 0x744101) is known color: Raw Umber. HEX triplet: 74, 41 and 01. RGB value is (116,65,1). Sum of RGB (Red+Green+Blue) = 116+65+1=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #744101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744101 is #8BBEFE. Grayscale: #494949. Windows color (decimal): -9158399 or 82292. OLE color: 82292.

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

Color convert

RGB 116 65 1 -
CMYK 0 0.44 0.99 0.55
HSL 33.39º 0.98% 0.23% -
HSV(B) 33.39º 0.99% 0.45% -
XYZ 9.1 7.5 1 -
YUV 72.95 87.4 158.7 -
System Red Green Blue C M Y K H S L
Decimal 116 65 1 0 0.44 0.99 0.55 33.39 0.98 0.23
Hex 74 41 1 0 2C 63 37 21 62 17
Octal 164 101 1 0 54 143 67 41 142 27
Binary 1110100 1000001 1 0 101100 1100011 110111 100001 1100010 10111

Color Harmonies of #744101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744101

Black with #744101

Text Example


Text Example

White with #744101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744101; }

 p { color: rgb(116,65,1); }

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

background-color css

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

 a { background-color: rgb(116,65,1); }

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

border-color css

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

 span { border-color: rgb(116,65,1); }

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