Html Css Color HEX #754C21 Antique Brass

📋 copy color: '#754C21'

red 117 ◦ green 76 ◦ blue 33

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

Shades of Antique Brass #754C21

Tints of Antique Brass #754C21

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.63%

 BLUE value IS 33 (13.28% from 255) = 14.6%

R = 51.77%
G = 33.63%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#754C21 (or 0x754C21) is known color: Antique Brass. HEX triplet: 75, 4C and 21. RGB value is (117,76,33). Sum of RGB (Red+Green+Blue) = 117+76+33=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #754C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C21 is #8AB3DE. Grayscale: #535353. Windows color (decimal): -9090015 or 2182261. OLE color: 2182261.

HSL color Cylindrical-coordinate representation of color #754C21: hue angle of 30.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #754C21 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 76 33 -
CMYK 0 0.35 0.72 0.54
HSL 30.71º 0.56% 0.29% -
HSV(B) 30.71º 0.72% 0.46% -
XYZ 10.2 9.06 2.65 -
YUV 83.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 117 76 33 0 0.35 0.72 0.54 30.71 0.56 0.29
Hex 75 4C 21 0 23 48 36 1F 38 1D
Octal 165 114 41 0 43 110 66 37 70 35
Binary 1110101 1001100 100001 0 100011 1001000 110110 11111 111000 11101

Color Harmonies of #754C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C21

Black with #754C21

Text Example


Text Example

White with #754C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754C21; }

 p { color: rgb(117,76,33); }

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

background-color css

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

 a { background-color: rgb(117,76,33); }

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

border-color css

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

 span { border-color: rgb(117,76,33); }

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