Html Css Color HEX #72341D New Amber

📋 copy color: '#72341D'

red 114 ◦ green 52 ◦ blue 29

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

Shades of New Amber #72341D

Tints of New Amber #72341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.67%

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

R = 58.46%
G = 26.67%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72341D (or 0x72341D) is known color: New Amber. HEX triplet: 72, 34 and 1D. RGB value is (114,52,29). Sum of RGB (Red+Green+Blue) = 114+52+29=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72341D is #8DCBE2. Grayscale: #444444. Windows color (decimal): -9292771 or 1913970. OLE color: 1913970.

HSL color Cylindrical-coordinate representation of color #72341D: hue angle of 16.24º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72341D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 52 29 -
CMYK 0 0.54 0.75 0.55
HSL 16.24º 0.59% 0.28% -
HSV(B) 16.24º 0.75% 0.45% -
XYZ 8.39 6.12 1.9 -
YUV 67.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 114 52 29 0 0.54 0.75 0.55 16.24 0.59 0.28
Hex 72 34 1D 0 36 4B 37 10 3B 1C
Octal 162 64 35 0 66 113 67 20 73 34
Binary 1110010 110100 11101 0 110110 1001011 110111 10000 111011 11100

Color Harmonies of #72341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72341D

Black with #72341D

Text Example


Text Example

White with #72341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72341D; }

 p { color: rgb(114,52,29); }

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

background-color css

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

 a { background-color: rgb(114,52,29); }

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

border-color css

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

 span { border-color: rgb(114,52,29); }

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