Html Css Color HEX #744310 Raw Umber

📋 copy color: '#744310'

red 116 ◦ green 67 ◦ blue 16

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

Shades of Raw Umber #744310

Tints of Raw Umber #744310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.04%

R = 58.29%
G = 33.67%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#744310 (or 0x744310) is known color: Raw Umber. HEX triplet: 74, 43 and 10. RGB value is (116,67,16). Sum of RGB (Red+Green+Blue) = 116+67+16=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #744310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744310 is #8BBCEF. Grayscale: #4C4C4C. Windows color (decimal): -9157872 or 1065844. OLE color: 1065844.

HSL color Cylindrical-coordinate representation of color #744310: hue angle of 30.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #744310 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 67 16 -
CMYK 0 0.42 0.86 0.55
HSL 30.6º 0.76% 0.26% -
HSV(B) 30.6º 0.86% 0.45% -
XYZ 9.3 7.76 1.5 -
YUV 75.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 116 67 16 0 0.42 0.86 0.55 30.6 0.76 0.26
Hex 74 43 10 0 2A 56 37 1F 4C 1A
Octal 164 103 20 0 52 126 67 37 114 32
Binary 1110100 1000011 10000 0 101010 1010110 110111 11111 1001100 11010

Color Harmonies of #744310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744310

Black with #744310

Text Example


Text Example

White with #744310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744310; }

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

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

background-color css

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

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

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

border-color css

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

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

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