Html Css Color HEX #714A23 Antique Brass

📋 copy color: '#714A23'

red 113 ◦ green 74 ◦ blue 35

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

Shades of Antique Brass #714A23

Tints of Antique Brass #714A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.33%

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

R = 50.9%
G = 33.33%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#714A23 (or 0x714A23) is known color: Antique Brass. HEX triplet: 71, 4A and 23. RGB value is (113,74,35). Sum of RGB (Red+Green+Blue) = 113+74+35=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #714A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A23 is #8EB5DC. Grayscale: #515151. Windows color (decimal): -9352669 or 2312817. OLE color: 2312817.

HSL color Cylindrical-coordinate representation of color #714A23: hue angle of 30º 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 #714A23 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 74 35 -
CMYK 0 0.35 0.69 0.56
HSL 30º 0.53% 0.29% -
HSV(B) 30º 0.69% 0.44% -
XYZ 9.56 8.53 2.73 -
YUV 81.22 101.92 150.67 -
System Red Green Blue C M Y K H S L
Decimal 113 74 35 0 0.35 0.69 0.56 30 0.53 0.29
Hex 71 4A 23 0 23 45 38 1E 35 1D
Octal 161 112 43 0 43 105 70 36 65 35
Binary 1110001 1001010 100011 0 100011 1000101 111000 11110 110101 11101

Color Harmonies of #714A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A23

Black with #714A23

Text Example


Text Example

White with #714A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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