Html Css Color HEX #72431A Antique Brass

📋 copy color: '#72431A'

red 114 ◦ green 67 ◦ blue 26

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

Shades of Antique Brass #72431A

Tints of Antique Brass #72431A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.56%

R = 55.07%
G = 32.37%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#72431A (or 0x72431A) is known color: Antique Brass. HEX triplet: 72, 43 and 1A. RGB value is (114,67,26). Sum of RGB (Red+Green+Blue) = 114+67+26=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #72431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72431A is #8DBCE5. Grayscale: #4C4C4C. Windows color (decimal): -9288934 or 1721202. OLE color: 1721202.

HSL color Cylindrical-coordinate representation of color #72431A: hue angle of 27.95º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72431A is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 67 26 -
CMYK 0 0.41 0.77 0.55
HSL 27.95º 0.63% 0.27% -
HSV(B) 27.95º 0.77% 0.45% -
XYZ 9.13 7.67 1.98 -
YUV 76.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 114 67 26 0 0.41 0.77 0.55 27.95 0.63 0.27
Hex 72 43 1A 0 29 4D 37 1C 3F 1B
Octal 162 103 32 0 51 115 67 34 77 33
Binary 1110010 1000011 11010 0 101001 1001101 110111 11100 111111 11011

Color Harmonies of #72431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72431A

Black with #72431A

Text Example


Text Example

White with #72431A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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