Html Css Color HEX #714B1D Antique Brass

📋 copy color: '#714B1D'

red 113 ◦ green 75 ◦ blue 29

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

Shades of Antique Brass #714B1D

Tints of Antique Brass #714B1D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.56%

 BLUE value IS 29 (11.72% from 255) = 13.36%

R = 52.07%
G = 34.56%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#714B1D (or 0x714B1D) is known color: Antique Brass. HEX triplet: 71, 4B and 1D. RGB value is (113,75,29). Sum of RGB (Red+Green+Blue) = 113+75+29=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #714B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B1D is #8EB4E2. Grayscale: #515151. Windows color (decimal): -9352419 or 1919857. OLE color: 1919857.

HSL color Cylindrical-coordinate representation of color #714B1D: hue angle of 32.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #714B1D is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 75 29 -
CMYK 0 0.34 0.74 0.56
HSL 32.86º 0.59% 0.28% -
HSV(B) 32.86º 0.74% 0.44% -
XYZ 9.55 8.63 2.33 -
YUV 81.12 98.59 150.74 -
System Red Green Blue C M Y K H S L
Decimal 113 75 29 0 0.34 0.74 0.56 32.86 0.59 0.28
Hex 71 4B 1D 0 22 4A 38 21 3B 1C
Octal 161 113 35 0 42 112 70 41 73 34
Binary 1110001 1001011 11101 0 100010 1001010 111000 100001 111011 11100

Color Harmonies of #714B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714B1D

Black with #714B1D

Text Example


Text Example

White with #714B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714B1D; }

 p { color: rgb(113,75,29); }

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

background-color css

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

 a { background-color: rgb(113,75,29); }

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

border-color css

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

 span { border-color: rgb(113,75,29); }

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