Html Css Color HEX #743E0F Raw Umber

📋 copy color: '#743E0F'

red 116 ◦ green 62 ◦ blue 15

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

Shades of Raw Umber #743E0F

Tints of Raw Umber #743E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.77%

R = 60.1%
G = 32.12%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#743E0F (or 0x743E0F) is known color: Raw Umber. HEX triplet: 74, 3E and 0F. RGB value is (116,62,15). Sum of RGB (Red+Green+Blue) = 116+62+15=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #743E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743E0F is #8BC1F0. Grayscale: #494949. Windows color (decimal): -9159153 or 999028. OLE color: 999028.

HSL color Cylindrical-coordinate representation of color #743E0F: hue angle of 27.92º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #743E0F is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 62 15 -
CMYK 0 0.47 0.87 0.55
HSL 27.92º 0.77% 0.26% -
HSV(B) 27.92º 0.87% 0.45% -
XYZ 9.01 7.19 1.37 -
YUV 72.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 116 62 15 0 0.47 0.87 0.55 27.92 0.77 0.26
Hex 74 3E F 0 2F 57 37 1C 4D 1A
Octal 164 76 17 0 57 127 67 34 115 32
Binary 1110100 111110 1111 0 101111 1010111 110111 11100 1001101 11010

Color Harmonies of #743E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E0F

Black with #743E0F

Text Example


Text Example

White with #743E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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