Html Css Color HEX #72351E New Amber

📋 copy color: '#72351E'

red 114 ◦ green 53 ◦ blue 30

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

Shades of New Amber #72351E

Tints of New Amber #72351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.9%

 BLUE value IS 30 (12.11% from 255) = 15.23%

R = 57.87%
G = 26.9%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72351E (or 0x72351E) is known color: New Amber. HEX triplet: 72, 35 and 1E. RGB value is (114,53,30). Sum of RGB (Red+Green+Blue) = 114+53+30=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72351E is #8DCAE1. Grayscale: #444444. Windows color (decimal): -9292514 or 1979762. OLE color: 1979762.

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

Color convert

RGB 114 53 30 -
CMYK 0 0.54 0.74 0.55
HSL 16.43º 0.58% 0.28% -
HSV(B) 16.43º 0.74% 0.45% -
XYZ 8.45 6.22 1.98 -
YUV 68.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 114 53 30 0 0.54 0.74 0.55 16.43 0.58 0.28
Hex 72 35 1E 0 36 4A 37 10 3A 1C
Octal 162 65 36 0 66 112 67 20 72 34
Binary 1110010 110101 11110 0 110110 1001010 110111 10000 111010 11100

Color Harmonies of #72351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72351E

Black with #72351E

Text Example


Text Example

White with #72351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72351E; }

 p { color: rgb(114,53,30); }

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

background-color css

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

 a { background-color: rgb(114,53,30); }

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

border-color css

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

 span { border-color: rgb(114,53,30); }

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