Html Css Color HEX #714418 Antique Brass

📋 copy color: '#714418'

red 113 ◦ green 68 ◦ blue 24

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

Shades of Antique Brass #714418

Tints of Antique Brass #714418

RGB

 RED value IS 113 (44.53% from 255) = 55.12%

 GREEN value IS 68 (26.95% from 255) = 33.17%

 BLUE value IS 24 (9.77% from 255) = 11.71%

R = 55.12%
G = 33.17%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#714418 (or 0x714418) is known color: Antique Brass. HEX triplet: 71, 44 and 18. RGB value is (113,68,24). Sum of RGB (Red+Green+Blue) = 113+68+24=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #714418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714418 is #8EBBE7. Grayscale: #4C4C4C. Windows color (decimal): -9354216 or 1590385. OLE color: 1590385.

HSL color Cylindrical-coordinate representation of color #714418: hue angle of 29.66º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #714418 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 24 -
CMYK 0 0.40 0.79 0.56
HSL 29.66º 0.65% 0.27% -
HSV(B) 29.66º 0.79% 0.44% -
XYZ 9.04 7.71 1.88 -
YUV 76.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 113 68 24 0 0.40 0.79 0.56 29.66 0.65 0.27
Hex 71 44 18 0 28 4F 38 1E 41 1B
Octal 161 104 30 0 50 117 70 36 101 33
Binary 1110001 1000100 11000 0 101000 1001111 111000 11110 1000001 11011

Color Harmonies of #714418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714418

Black with #714418

Text Example


Text Example

White with #714418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714418; }

 p { color: rgb(113,68,24); }

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

background-color css

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

 a { background-color: rgb(113,68,24); }

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

border-color css

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

 span { border-color: rgb(113,68,24); }

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