Html Css Color HEX #744715 Raw Umber

📋 copy color: '#744715'

red 116 ◦ green 71 ◦ blue 21

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

Shades of Raw Umber #744715

Tints of Raw Umber #744715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.1%

R = 55.77%
G = 34.13%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#744715 (or 0x744715) is known color: Raw Umber. HEX triplet: 74, 47 and 15. RGB value is (116,71,21). Sum of RGB (Red+Green+Blue) = 116+71+21=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #744715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744715 is #8BB8EA. Grayscale: #4F4F4F. Windows color (decimal): -9156843 or 1394548. OLE color: 1394548.

HSL color Cylindrical-coordinate representation of color #744715: hue angle of 31.58º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #744715 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 71 21 -
CMYK 0 0.39 0.82 0.55
HSL 31.58º 0.69% 0.27% -
HSV(B) 31.58º 0.82% 0.45% -
XYZ 9.59 8.27 1.8 -
YUV 78.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 116 71 21 0 0.39 0.82 0.55 31.58 0.69 0.27
Hex 74 47 15 0 27 52 37 20 45 1B
Octal 164 107 25 0 47 122 67 40 105 33
Binary 1110100 1000111 10101 0 100111 1010010 110111 100000 1000101 11011

Color Harmonies of #744715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744715

Black with #744715

Text Example


Text Example

White with #744715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744715; }

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

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

background-color css

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

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

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

border-color css

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

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

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