Html Css Color HEX #75441A Antique Brass

📋 copy color: '#75441A'

red 117 ◦ green 68 ◦ blue 26

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

Shades of Antique Brass #75441A

Tints of Antique Brass #75441A

RGB

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

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

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

R = 55.45%
G = 32.23%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75441A (or 0x75441A) is known color: Antique Brass. HEX triplet: 75, 44 and 1A. RGB value is (117,68,26). Sum of RGB (Red+Green+Blue) = 117+68+26=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75441A is #8ABBE5. Grayscale: #4E4E4E. Windows color (decimal): -9092070 or 1721461. OLE color: 1721461.

HSL color Cylindrical-coordinate representation of color #75441A: hue angle of 27.69º 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 #75441A is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 26 -
CMYK 0 0.42 0.78 0.54
HSL 27.69º 0.64% 0.28% -
HSV(B) 27.69º 0.78% 0.46% -
XYZ 9.59 7.99 2.01 -
YUV 77.86 98.73 155.92 -
System Red Green Blue C M Y K H S L
Decimal 117 68 26 0 0.42 0.78 0.54 27.69 0.64 0.28
Hex 75 44 1A 0 2A 4E 36 1C 40 1C
Octal 165 104 32 0 52 116 66 34 100 34
Binary 1110101 1000100 11010 0 101010 1001110 110110 11100 1000000 11100

Color Harmonies of #75441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75441A

Black with #75441A

Text Example


Text Example

White with #75441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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