Html Css Color HEX #745A1D Horses Neck

📋 copy color: '#745A1D'

red 116 ◦ green 90 ◦ blue 29

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

Shades of Horses Neck #745A1D

Tints of Horses Neck #745A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.3%

 BLUE value IS 29 (11.72% from 255) = 12.34%

R = 49.36%
G = 38.3%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#745A1D (or 0x745A1D) is known color: Horses Neck. HEX triplet: 74, 5A and 1D. RGB value is (116,90,29). Sum of RGB (Red+Green+Blue) = 116+90+29=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #745A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A1D is #8BA5E2. Grayscale: #5B5B5B. Windows color (decimal): -9151971 or 1923700. OLE color: 1923700.

HSL color Cylindrical-coordinate representation of color #745A1D: hue angle of 42.07º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #745A1D is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 90 29 -
CMYK 0 0.22 0.75 0.55
HSL 42.07º 0.6% 0.28% -
HSV(B) 42.07º 0.75% 0.45% -
XYZ 11.08 11.11 2.72 -
YUV 90.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 116 90 29 0 0.22 0.75 0.55 42.07 0.6 0.28
Hex 74 5A 1D 0 16 4B 37 2A 3C 1C
Octal 164 132 35 0 26 113 67 52 74 34
Binary 1110100 1011010 11101 0 10110 1001011 110111 101010 111100 11100

Color Harmonies of #745A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745A1D

Black with #745A1D

Text Example


Text Example

White with #745A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745A1D; }

 p { color: rgb(116,90,29); }

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

background-color css

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

 a { background-color: rgb(116,90,29); }

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

border-color css

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

 span { border-color: rgb(116,90,29); }

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