Html Css Color HEX #75441C Antique Brass

📋 copy color: '#75441C'

red 117 ◦ green 68 ◦ blue 28

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

Shades of Antique Brass #75441C

Tints of Antique Brass #75441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.15%

R = 54.93%
G = 31.92%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75441C (or 0x75441C) is known color: Antique Brass. HEX triplet: 75, 44 and 1C. RGB value is (117,68,28). Sum of RGB (Red+Green+Blue) = 117+68+28=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75441C is #8ABBE3. Grayscale: #4E4E4E. Windows color (decimal): -9092068 or 1852533. OLE color: 1852533.

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

Color convert

RGB 117 68 28 -
CMYK 0 0.42 0.76 0.54
HSL 26.97º 0.61% 0.28% -
HSV(B) 26.97º 0.76% 0.46% -
XYZ 9.61 8 2.14 -
YUV 78.09 99.73 155.75 -
System Red Green Blue C M Y K H S L
Decimal 117 68 28 0 0.42 0.76 0.54 26.97 0.61 0.28
Hex 75 44 1C 0 2A 4C 36 1B 3D 1C
Octal 165 104 34 0 52 114 66 33 75 34
Binary 1110101 1000100 11100 0 101010 1001100 110110 11011 111101 11100

Color Harmonies of #75441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75441C

Black with #75441C

Text Example


Text Example

White with #75441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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