Html Css Color HEX #72351F New Amber

📋 copy color: '#72351F'

red 114 ◦ green 53 ◦ blue 31

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

Shades of New Amber #72351F

Tints of New Amber #72351F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.66%

R = 57.58%
G = 26.77%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72351F (or 0x72351F) is known color: New Amber. HEX triplet: 72, 35 and 1F. RGB value is (114,53,31). Sum of RGB (Red+Green+Blue) = 114+53+31=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72351F is #8DCAE0. Grayscale: #444444. Windows color (decimal): -9292513 or 2045298. OLE color: 2045298.

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

Color convert

RGB 114 53 31 -
CMYK 0 0.54 0.73 0.55
HSL 15.9º 0.57% 0.28% -
HSV(B) 15.9º 0.73% 0.45% -
XYZ 8.46 6.22 2.05 -
YUV 68.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 114 53 31 0 0.54 0.73 0.55 15.9 0.57 0.28
Hex 72 35 1F 0 36 49 37 10 39 1C
Octal 162 65 37 0 66 111 67 20 71 34
Binary 1110010 110101 11111 0 110110 1001001 110111 10000 111001 11100

Color Harmonies of #72351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72351F

Black with #72351F

Text Example


Text Example

White with #72351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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