Html Css Color HEX #743900 Raw Umber

📋 copy color: '#743900'

red 116 ◦ green 57 ◦ blue 0

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

Shades of Raw Umber #743900

Tints of Raw Umber #743900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.05%
G = 32.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#743900 (or 0x743900) is known color: Raw Umber. HEX triplet: 74, 39 and 00. RGB value is (116,57,0). Sum of RGB (Red+Green+Blue) = 116+57+0=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #743900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743900 is #8BC6FF. Grayscale: #444444. Windows color (decimal): -9160448 or 14708. OLE color: 14708.

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

Color convert

RGB 116 57 0 -
CMYK 0 0.51 1 0.55
HSL 29.48º 1% 0.23% -
HSV(B) 29.48º 1% 0.45% -
XYZ 8.67 6.64 0.82 -
YUV 68.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 116 57 0 0 0.51 1 0.55 29.48 1 0.23
Hex 74 39 0 0 33 64 37 1D 64 17
Octal 164 71 0 0 63 144 67 35 144 27
Binary 1110100 111001 0 0 110011 1100100 110111 11101 1100100 10111

Color Harmonies of #743900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743900

Black with #743900

Text Example


Text Example

White with #743900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743900; }

 p { color: rgb(116,57,0); }

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

background-color css

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

 a { background-color: rgb(116,57,0); }

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

border-color css

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

 span { border-color: rgb(116,57,0); }

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