Html Css Color HEX #714C23 Antique Brass

📋 copy color: '#714C23'

red 113 ◦ green 76 ◦ blue 35

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

Shades of Antique Brass #714C23

Tints of Antique Brass #714C23

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

 BLUE value IS 35 (14.06% from 255) = 15.63%

R = 50.45%
G = 33.93%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#714C23 (or 0x714C23) is known color: Antique Brass. HEX triplet: 71, 4C and 23. RGB value is (113,76,35). Sum of RGB (Red+Green+Blue) = 113+76+35=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #714C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C23 is #8EB3DC. Grayscale: #525252. Windows color (decimal): -9352157 or 2313329. OLE color: 2313329.

HSL color Cylindrical-coordinate representation of color #714C23: hue angle of 31.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #714C23 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 76 35 -
CMYK 0 0.33 0.69 0.56
HSL 31.54º 0.53% 0.29% -
HSV(B) 31.54º 0.69% 0.44% -
XYZ 9.7 8.8 2.78 -
YUV 82.39 101.26 149.83 -
System Red Green Blue C M Y K H S L
Decimal 113 76 35 0 0.33 0.69 0.56 31.54 0.53 0.29
Hex 71 4C 23 0 21 45 38 20 35 1D
Octal 161 114 43 0 41 105 70 40 65 35
Binary 1110001 1001100 100011 0 100001 1000101 111000 100000 110101 11101

Color Harmonies of #714C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C23

Black with #714C23

Text Example


Text Example

White with #714C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,76,35); }

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

background-color css

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

 a { background-color: rgb(113,76,35); }

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

border-color css

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

 span { border-color: rgb(113,76,35); }

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