Html Css Color HEX #744601 Raw Umber

📋 copy color: '#744601'

red 116 ◦ green 70 ◦ blue 1

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

Shades of Raw Umber #744601

Tints of Raw Umber #744601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

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

R = 62.03%
G = 37.43%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#744601 (or 0x744601) is known color: Raw Umber. HEX triplet: 74, 46 and 01. RGB value is (116,70,1). Sum of RGB (Red+Green+Blue) = 116+70+1=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #744601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744601 is #8BB9FE. Grayscale: #4C4C4C. Windows color (decimal): -9157119 or 83572. OLE color: 83572.

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

Color convert

RGB 116 70 1 -
CMYK 0 0.40 0.99 0.55
HSL 36º 0.98% 0.23% -
HSV(B) 36º 0.99% 0.45% -
XYZ 9.4 8.1 1.1 -
YUV 75.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 116 70 1 0 0.40 0.99 0.55 36 0.98 0.23
Hex 74 46 1 0 28 63 37 24 62 17
Octal 164 106 1 0 50 143 67 44 142 27
Binary 1110100 1000110 1 0 101000 1100011 110111 100100 1100010 10111

Color Harmonies of #744601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744601

Black with #744601

Text Example


Text Example

White with #744601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744601; }

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

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

background-color css

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

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

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

border-color css

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

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

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