Html Css Color HEX #754418 Antique Brass

📋 copy color: '#754418'

red 117 ◦ green 68 ◦ blue 24

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

Shades of Antique Brass #754418

Tints of Antique Brass #754418

RGB

 RED value IS 117 (46.09% from 255) = 55.98%

 GREEN value IS 68 (26.95% from 255) = 32.54%

 BLUE value IS 24 (9.77% from 255) = 11.48%

R = 55.98%
G = 32.54%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#754418 (or 0x754418) is known color: Antique Brass. HEX triplet: 75, 44 and 18. RGB value is (117,68,24). Sum of RGB (Red+Green+Blue) = 117+68+24=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #754418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754418 is #8ABBE7. Grayscale: #4D4D4D. Windows color (decimal): -9092072 or 1590389. OLE color: 1590389.

HSL color Cylindrical-coordinate representation of color #754418: hue angle of 28.39º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #754418 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 24 -
CMYK 0 0.42 0.79 0.54
HSL 28.39º 0.66% 0.28% -
HSV(B) 28.39º 0.79% 0.46% -
XYZ 9.57 7.98 1.9 -
YUV 77.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 117 68 24 0 0.42 0.79 0.54 28.39 0.66 0.28
Hex 75 44 18 0 2A 4F 36 1C 42 1C
Octal 165 104 30 0 52 117 66 34 102 34
Binary 1110101 1000100 11000 0 101010 1001111 110110 11100 1000010 11100

Color Harmonies of #754418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754418

Black with #754418

Text Example


Text Example

White with #754418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754418; }

 p { color: rgb(117,68,24); }

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

background-color css

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

 a { background-color: rgb(117,68,24); }

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

border-color css

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

 span { border-color: rgb(117,68,24); }

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