Html Css Color HEX #744701 Raw Umber

📋 copy color: '#744701'

red 116 ◦ green 71 ◦ blue 1

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

Shades of Raw Umber #744701

Tints of Raw Umber #744701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

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

R = 61.7%
G = 37.77%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#744701 (or 0x744701) is known color: Raw Umber. HEX triplet: 74, 47 and 01. RGB value is (116,71,1). Sum of RGB (Red+Green+Blue) = 116+71+1=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #744701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744701 is #8BB8FE. Grayscale: #4C4C4C. Windows color (decimal): -9156863 or 83828. OLE color: 83828.

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

Color convert

RGB 116 71 1 -
CMYK 0 0.39 0.99 0.55
HSL 36.52º 0.98% 0.23% -
HSV(B) 36.52º 0.99% 0.45% -
XYZ 9.46 8.22 1.12 -
YUV 76.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 116 71 1 0 0.39 0.99 0.55 36.52 0.98 0.23
Hex 74 47 1 0 27 63 37 25 62 17
Octal 164 107 1 0 47 143 67 45 142 27
Binary 1110100 1000111 1 0 100111 1100011 110111 100101 1100010 10111

Color Harmonies of #744701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744701

Black with #744701

Text Example


Text Example

White with #744701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744701; }

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

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

background-color css

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

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

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

border-color css

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

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

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