Html Css Color HEX #743B05 Raw Umber

📋 copy color: '#743B05'

red 116 ◦ green 59 ◦ blue 5

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

Shades of Raw Umber #743B05

Tints of Raw Umber #743B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.78%

 BLUE value IS 5 (2.34% from 255) = 2.78%

R = 64.44%
G = 32.78%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#743B05 (or 0x743B05) is known color: Raw Umber. HEX triplet: 74, 3B and 05. RGB value is (116,59,5). Sum of RGB (Red+Green+Blue) = 116+59+5=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #743B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743B05 is #8BC4FA. Grayscale: #464646. Windows color (decimal): -9159931 or 342900. OLE color: 342900.

HSL color Cylindrical-coordinate representation of color #743B05: hue angle of 29.19º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #743B05 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 59 5 -
CMYK 0 0.49 0.96 0.55
HSL 29.19º 0.92% 0.24% -
HSV(B) 29.19º 0.96% 0.45% -
XYZ 8.79 6.85 1 -
YUV 69.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 116 59 5 0 0.49 0.96 0.55 29.19 0.92 0.24
Hex 74 3B 5 0 31 60 37 1D 5C 18
Octal 164 73 5 0 61 140 67 35 134 30
Binary 1110100 111011 101 0 110001 1100000 110111 11101 1011100 11000

Color Harmonies of #743B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B05

Black with #743B05

Text Example


Text Example

White with #743B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,59,5); }

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

background-color css

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

 a { background-color: rgb(116,59,5); }

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

border-color css

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

 span { border-color: rgb(116,59,5); }

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