Html Css Color HEX #75451C Antique Brass

📋 copy color: '#75451C'

red 117 ◦ green 69 ◦ blue 28

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

Shades of Antique Brass #75451C

Tints of Antique Brass #75451C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.24%

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

R = 54.67%
G = 32.24%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75451C (or 0x75451C) is known color: Antique Brass. HEX triplet: 75, 45 and 1C. RGB value is (117,69,28). Sum of RGB (Red+Green+Blue) = 117+69+28=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75451C is #8ABAE3. Grayscale: #4E4E4E. Windows color (decimal): -9091812 or 1852789. OLE color: 1852789.

HSL color Cylindrical-coordinate representation of color #75451C: hue angle of 27.64º 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 #75451C is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 69 28 -
CMYK 0 0.41 0.76 0.54
HSL 27.64º 0.61% 0.28% -
HSV(B) 27.64º 0.76% 0.46% -
XYZ 9.67 8.12 2.16 -
YUV 78.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 117 69 28 0 0.41 0.76 0.54 27.64 0.61 0.28
Hex 75 45 1C 0 29 4C 36 1C 3D 1C
Octal 165 105 34 0 51 114 66 34 75 34
Binary 1110101 1000101 11100 0 101001 1001100 110110 11100 111101 11100

Color Harmonies of #75451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75451C

Black with #75451C

Text Example


Text Example

White with #75451C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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