Html Css Color HEX #743700 Raw Umber

📋 copy color: '#743700'

red 116 ◦ green 55 ◦ blue 0

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

Shades of Raw Umber #743700

Tints of Raw Umber #743700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.16%

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

R = 67.84%
G = 32.16%
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

#743700 (or 0x743700) is known color: Raw Umber. HEX triplet: 74, 37 and 00. RGB value is (116,55,0). Sum of RGB (Red+Green+Blue) = 116+55+0=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #743700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743700 is #8BC8FF. Grayscale: #434343. Windows color (decimal): -9160960 or 14196. OLE color: 14196.

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

Color convert

RGB 116 55 0 -
CMYK 0 0.53 1 0.55
HSL 28.45º 1% 0.23% -
HSV(B) 28.45º 1% 0.45% -
XYZ 8.57 6.45 0.79 -
YUV 66.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 116 55 0 0 0.53 1 0.55 28.45 1 0.23
Hex 74 37 0 0 35 64 37 1C 64 17
Octal 164 67 0 0 65 144 67 34 144 27
Binary 1110100 110111 0 0 110101 1100100 110111 11100 1100100 10111

Color Harmonies of #743700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743700

Black with #743700

Text Example


Text Example

White with #743700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743700; }

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

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

background-color css

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

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

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

border-color css

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

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

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