Html Css Color HEX #72481B Antique Brass

📋 copy color: '#72481B'

red 114 ◦ green 72 ◦ blue 27

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

Shades of Antique Brass #72481B

Tints of Antique Brass #72481B

RGB

 RED value IS 114 (44.92% from 255) = 53.52%

 GREEN value IS 72 (28.52% from 255) = 33.8%

 BLUE value IS 27 (10.94% from 255) = 12.68%

R = 53.52%
G = 33.8%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72481B (or 0x72481B) is known color: Antique Brass. HEX triplet: 72, 48 and 1B. RGB value is (114,72,27). Sum of RGB (Red+Green+Blue) = 114+72+27=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72481B is #8DB7E4. Grayscale: #4F4F4F. Windows color (decimal): -9287653 or 1788018. OLE color: 1788018.

HSL color Cylindrical-coordinate representation of color #72481B: hue angle of 31.03º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72481B is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 72 27 -
CMYK 0 0.37 0.76 0.55
HSL 31.03º 0.62% 0.28% -
HSV(B) 31.03º 0.76% 0.45% -
XYZ 9.45 8.29 2.14 -
YUV 79.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 114 72 27 0 0.37 0.76 0.55 31.03 0.62 0.28
Hex 72 48 1B 0 25 4C 37 1F 3E 1C
Octal 162 110 33 0 45 114 67 37 76 34
Binary 1110010 1001000 11011 0 100101 1001100 110111 11111 111110 11100

Color Harmonies of #72481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72481B

Black with #72481B

Text Example


Text Example

White with #72481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72481B; }

 p { color: rgb(114,72,27); }

 H1.HeaderClassName
 {
   color: #72481B;
 }
 .AnyTagClassName
 {
   color: #72481B;
 }
</style>

background-color css

<style>
 a { background-color: #72481B; }

 a { background-color: rgb(114,72,27); }

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

border-color css

<style>
 span { border-color: #72481B; }

 span { border-color: rgb(114,72,27); }

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