Html Css Color HEX #744301 Raw Umber

📋 copy color: '#744301'

red 116 ◦ green 67 ◦ blue 1

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

Shades of Raw Umber #744301

Tints of Raw Umber #744301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.41%

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

R = 63.04%
G = 36.41%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#744301 (or 0x744301) is known color: Raw Umber. HEX triplet: 74, 43 and 01. RGB value is (116,67,1). Sum of RGB (Red+Green+Blue) = 116+67+1=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #744301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744301 is #8BBCFE. Grayscale: #4A4A4A. Windows color (decimal): -9157887 or 82804. OLE color: 82804.

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

Color convert

RGB 116 67 1 -
CMYK 0 0.42 0.99 0.55
HSL 34.43º 0.98% 0.23% -
HSV(B) 34.43º 0.99% 0.45% -
XYZ 9.22 7.73 1.03 -
YUV 74.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 116 67 1 0 0.42 0.99 0.55 34.43 0.98 0.23
Hex 74 43 1 0 2A 63 37 22 62 17
Octal 164 103 1 0 52 143 67 42 142 27
Binary 1110100 1000011 1 0 101010 1100011 110111 100010 1100010 10111

Color Harmonies of #744301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744301

Black with #744301

Text Example


Text Example

White with #744301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744301; }

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

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

background-color css

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

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

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

border-color css

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

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

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