Html Css Color HEX #743E10 Raw Umber

📋 copy color: '#743E10'

red 116 ◦ green 62 ◦ blue 16

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

Shades of Raw Umber #743E10

Tints of Raw Umber #743E10

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.96%

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

R = 59.79%
G = 31.96%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#743E10 (or 0x743E10) is known color: Raw Umber. HEX triplet: 74, 3E and 10. RGB value is (116,62,16). Sum of RGB (Red+Green+Blue) = 116+62+16=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #743E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743E10 is #8BC1EF. Grayscale: #494949. Windows color (decimal): -9159152 or 1064564. OLE color: 1064564.

HSL color Cylindrical-coordinate representation of color #743E10: hue angle of 27.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 #743E10 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 62 16 -
CMYK 0 0.47 0.86 0.55
HSL 27.6º 0.76% 0.26% -
HSV(B) 27.6º 0.86% 0.45% -
XYZ 9.02 7.2 1.4 -
YUV 72.9 95.89 158.74 -
System Red Green Blue C M Y K H S L
Decimal 116 62 16 0 0.47 0.86 0.55 27.6 0.76 0.26
Hex 74 3E 10 0 2F 56 37 1C 4C 1A
Octal 164 76 20 0 57 126 67 34 114 32
Binary 1110100 111110 10000 0 101111 1010110 110111 11100 1001100 11010

Color Harmonies of #743E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E10

Black with #743E10

Text Example


Text Example

White with #743E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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