Html Css Color HEX #75461A Antique Brass

📋 copy color: '#75461A'

red 117 ◦ green 70 ◦ blue 26

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

Shades of Antique Brass #75461A

Tints of Antique Brass #75461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.86%

 BLUE value IS 26 (10.55% from 255) = 12.21%

R = 54.93%
G = 32.86%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75461A (or 0x75461A) is known color: Antique Brass. HEX triplet: 75, 46 and 1A. RGB value is (117,70,26). Sum of RGB (Red+Green+Blue) = 117+70+26=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75461A is #8AB9E5. Grayscale: #4F4F4F. Windows color (decimal): -9091558 or 1721973. OLE color: 1721973.

HSL color Cylindrical-coordinate representation of color #75461A: hue angle of 29.01º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75461A is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 26 -
CMYK 0 0.40 0.78 0.54
HSL 29.01º 0.64% 0.28% -
HSV(B) 29.01º 0.78% 0.46% -
XYZ 9.71 8.24 2.06 -
YUV 79.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 117 70 26 0 0.40 0.78 0.54 29.01 0.64 0.28
Hex 75 46 1A 0 28 4E 36 1D 40 1C
Octal 165 106 32 0 50 116 66 35 100 34
Binary 1110101 1000110 11010 0 101000 1001110 110110 11101 1000000 11100

Color Harmonies of #75461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75461A

Black with #75461A

Text Example


Text Example

White with #75461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75461A; }

 p { color: rgb(117,70,26); }

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

background-color css

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

 a { background-color: rgb(117,70,26); }

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

border-color css

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

 span { border-color: rgb(117,70,26); }

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