Html Css Color HEX #743C0E Raw Umber

📋 copy color: '#743C0E'

red 116 ◦ green 60 ◦ blue 14

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

Shades of Raw Umber #743C0E

Tints of Raw Umber #743C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.58%

 BLUE value IS 14 (5.86% from 255) = 7.37%

R = 61.05%
G = 31.58%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#743C0E (or 0x743C0E) is known color: Raw Umber. HEX triplet: 74, 3C and 0E. RGB value is (116,60,14). Sum of RGB (Red+Green+Blue) = 116+60+14=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #743C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743C0E is #8BC3F1. Grayscale: #474747. Windows color (decimal): -9159666 or 932980. OLE color: 932980.

HSL color Cylindrical-coordinate representation of color #743C0E: hue angle of 27.06º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #743C0E is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 60 14 -
CMYK 0 0.48 0.88 0.55
HSL 27.06º 0.78% 0.25% -
HSV(B) 27.06º 0.88% 0.45% -
XYZ 8.9 6.98 1.29 -
YUV 71.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 116 60 14 0 0.48 0.88 0.55 27.06 0.78 0.25
Hex 74 3C E 0 30 58 37 1B 4E 19
Octal 164 74 16 0 60 130 67 33 116 31
Binary 1110100 111100 1110 0 110000 1011000 110111 11011 1001110 11001

Color Harmonies of #743C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C0E

Black with #743C0E

Text Example


Text Example

White with #743C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,60,14); }

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

background-color css

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

 a { background-color: rgb(116,60,14); }

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

border-color css

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

 span { border-color: rgb(116,60,14); }

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