Html Css Color HEX #743600 Raw Umber

📋 copy color: '#743600'

red 116 ◦ green 54 ◦ blue 0

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

Shades of Raw Umber #743600

Tints of Raw Umber #743600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.76%

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

R = 68.24%
G = 31.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#743600 (or 0x743600) is known color: Raw Umber. HEX triplet: 74, 36 and 00. RGB value is (116,54,0). Sum of RGB (Red+Green+Blue) = 116+54+0=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #743600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743600 is #8BC9FF. Grayscale: #424242. Windows color (decimal): -9161216 or 13940. OLE color: 13940.

HSL color Cylindrical-coordinate representation of color #743600: hue angle of 27.93º 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 #743600 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 54 0 -
CMYK 0 0.53 1 0.55
HSL 27.93º 1% 0.23% -
HSV(B) 27.93º 1% 0.45% -
XYZ 8.52 6.35 0.78 -
YUV 66.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 116 54 0 0 0.53 1 0.55 27.93 1 0.23
Hex 74 36 0 0 35 64 37 1C 64 17
Octal 164 66 0 0 65 144 67 34 144 27
Binary 1110100 110110 0 0 110101 1100100 110111 11100 1100100 10111

Color Harmonies of #743600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743600

Black with #743600

Text Example


Text Example

White with #743600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743600; }

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

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

background-color css

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

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

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

border-color css

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

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

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