Html Css Color HEX #745223 Horses Neck

📋 copy color: '#745223'

red 116 ◦ green 82 ◦ blue 35

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

Shades of Horses Neck #745223

Tints of Horses Neck #745223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.19%

 BLUE value IS 35 (14.06% from 255) = 15.02%

R = 49.79%
G = 35.19%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#745223 (or 0x745223) is known color: Horses Neck. HEX triplet: 74, 52 and 23. RGB value is (116,82,35). Sum of RGB (Red+Green+Blue) = 116+82+35=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #745223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745223 is #8BADDC. Grayscale: #575757. Windows color (decimal): -9154013 or 2314868. OLE color: 2314868.

HSL color Cylindrical-coordinate representation of color #745223: hue angle of 34.81º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #745223 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 82 35 -
CMYK 0 0.29 0.70 0.55
HSL 34.81º 0.54% 0.3% -
HSV(B) 34.81º 0.7% 0.45% -
XYZ 10.52 9.87 2.94 -
YUV 86.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 116 82 35 0 0.29 0.70 0.55 34.81 0.54 0.3
Hex 74 52 23 0 1D 46 37 23 36 1E
Octal 164 122 43 0 35 106 67 43 66 36
Binary 1110100 1010010 100011 0 11101 1000110 110111 100011 110110 11110

Color Harmonies of #745223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745223

Black with #745223

Text Example


Text Example

White with #745223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745223; }

 p { color: rgb(116,82,35); }

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

background-color css

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

 a { background-color: rgb(116,82,35); }

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

border-color css

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

 span { border-color: rgb(116,82,35); }

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