Html Css Color HEX #72431B Antique Brass

📋 copy color: '#72431B'

red 114 ◦ green 67 ◦ blue 27

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

Shades of Antique Brass #72431B

Tints of Antique Brass #72431B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.21%

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

R = 54.81%
G = 32.21%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72431B (or 0x72431B) is known color: Antique Brass. HEX triplet: 72, 43 and 1B. RGB value is (114,67,27). Sum of RGB (Red+Green+Blue) = 114+67+27=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72431B is #8DBCE4. Grayscale: #4C4C4C. Windows color (decimal): -9288933 or 1786738. OLE color: 1786738.

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

Color convert

RGB 114 67 27 -
CMYK 0 0.41 0.76 0.55
HSL 27.59º 0.62% 0.28% -
HSV(B) 27.59º 0.76% 0.45% -
XYZ 9.14 7.67 2.04 -
YUV 76.49 100.07 154.75 -
System Red Green Blue C M Y K H S L
Decimal 114 67 27 0 0.41 0.76 0.55 27.59 0.62 0.28
Hex 72 43 1B 0 29 4C 37 1C 3E 1C
Octal 162 103 33 0 51 114 67 34 76 34
Binary 1110010 1000011 11011 0 101001 1001100 110111 11100 111110 11100

Color Harmonies of #72431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72431B

Black with #72431B

Text Example


Text Example

White with #72431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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