Html Css Color HEX #723720 New Amber

📋 copy color: '#723720'

red 114 ◦ green 55 ◦ blue 32

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

Shades of New Amber #723720

Tints of New Amber #723720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.36%

 BLUE value IS 32 (12.89% from 255) = 15.92%

R = 56.72%
G = 27.36%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#723720 (or 0x723720) is known color: New Amber. HEX triplet: 72, 37 and 20. RGB value is (114,55,32). Sum of RGB (Red+Green+Blue) = 114+55+32=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #723720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723720 is #8DC8DF. Grayscale: #464646. Windows color (decimal): -9292000 or 2111346. OLE color: 2111346.

HSL color Cylindrical-coordinate representation of color #723720: hue angle of 16.83º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #723720 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 55 32 -
CMYK 0 0.52 0.72 0.55
HSL 16.83º 0.56% 0.29% -
HSV(B) 16.83º 0.72% 0.45% -
XYZ 8.57 6.41 2.15 -
YUV 70.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 114 55 32 0 0.52 0.72 0.55 16.83 0.56 0.29
Hex 72 37 20 0 34 48 37 11 38 1D
Octal 162 67 40 0 64 110 67 21 70 35
Binary 1110010 110111 100000 0 110100 1001000 110111 10001 111000 11101

Color Harmonies of #723720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723720

Black with #723720

Text Example


Text Example

White with #723720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723720; }

 p { color: rgb(114,55,32); }

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

background-color css

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

 a { background-color: rgb(114,55,32); }

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

border-color css

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

 span { border-color: rgb(114,55,32); }

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