Html Css Color HEX #73361F New Amber

📋 copy color: '#73361F'

red 115 ◦ green 54 ◦ blue 31

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

Shades of New Amber #73361F

Tints of New Amber #73361F

RGB

 RED value IS 115 (45.31% from 255) = 57.5%

 GREEN value IS 54 (21.48% from 255) = 27%

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

R = 57.5%
G = 27%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#73361F (or 0x73361F) is known color: New Amber. HEX triplet: 73, 36 and 1F. RGB value is (115,54,31). Sum of RGB (Red+Green+Blue) = 115+54+31=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #73361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73361F is #8CC9E0. Grayscale: #454545. Windows color (decimal): -9226721 or 2045555. OLE color: 2045555.

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

Color convert

RGB 115 54 31 -
CMYK 0 0.53 0.73 0.55
HSL 16.43º 0.58% 0.29% -
HSV(B) 16.43º 0.73% 0.45% -
XYZ 8.64 6.38 2.07 -
YUV 69.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 115 54 31 0 0.53 0.73 0.55 16.43 0.58 0.29
Hex 73 36 1F 0 35 49 37 10 3A 1D
Octal 163 66 37 0 65 111 67 20 72 35
Binary 1110011 110110 11111 0 110101 1001001 110111 10000 111010 11101

Color Harmonies of #73361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73361F

Black with #73361F

Text Example


Text Example

White with #73361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,54,31); }

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

background-color css

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

 a { background-color: rgb(115,54,31); }

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

border-color css

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

 span { border-color: rgb(115,54,31); }

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