Html Css Color HEX #744F01 Raw Umber

📋 copy color: '#744F01'

red 116 ◦ green 79 ◦ blue 1

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

Shades of Raw Umber #744F01

Tints of Raw Umber #744F01

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.31%

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

R = 59.18%
G = 40.31%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#744F01 (or 0x744F01) is known color: Raw Umber. HEX triplet: 74, 4F and 01. RGB value is (116,79,1). Sum of RGB (Red+Green+Blue) = 116+79+1=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #744F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744F01 is #8BB0FE. Grayscale: #515151. Windows color (decimal): -9154815 or 85876. OLE color: 85876.

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

Color convert

RGB 116 79 1 -
CMYK 0 0.32 0.99 0.55
HSL 40.7º 0.98% 0.23% -
HSV(B) 40.7º 0.99% 0.45% -
XYZ 10 9.31 1.3 -
YUV 81.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 116 79 1 0 0.32 0.99 0.55 40.7 0.98 0.23
Hex 74 4F 1 0 20 63 37 29 62 17
Octal 164 117 1 0 40 143 67 51 142 27
Binary 1110100 1001111 1 0 100000 1100011 110111 101001 1100010 10111

Color Harmonies of #744F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F01

Black with #744F01

Text Example


Text Example

White with #744F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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