Html Css Color HEX #743C03 Raw Umber

📋 copy color: '#743C03'

red 116 ◦ green 60 ◦ blue 3

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

Shades of Raw Umber #743C03

Tints of Raw Umber #743C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.68%

R = 64.8%
G = 33.52%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#743C03 (or 0x743C03) is known color: Raw Umber. HEX triplet: 74, 3C and 03. RGB value is (116,60,3). Sum of RGB (Red+Green+Blue) = 116+60+3=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #743C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743C03 is #8BC3FC. Grayscale: #464646. Windows color (decimal): -9159677 or 212084. OLE color: 212084.

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

Color convert

RGB 116 60 3 -
CMYK 0 0.48 0.97 0.55
HSL 30.27º 0.95% 0.23% -
HSV(B) 30.27º 0.97% 0.45% -
XYZ 8.83 6.95 0.96 -
YUV 70.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 116 60 3 0 0.48 0.97 0.55 30.27 0.95 0.23
Hex 74 3C 3 0 30 61 37 1E 5F 17
Octal 164 74 3 0 60 141 67 36 137 27
Binary 1110100 111100 11 0 110000 1100001 110111 11110 1011111 10111

Color Harmonies of #743C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C03

Black with #743C03

Text Example


Text Example

White with #743C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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