Html Css Color HEX #473A3C Jon

📋 copy color: '#473A3C'

red 71 ◦ green 58 ◦ blue 60

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

Shades of Jon #473A3C

Tints of Jon #473A3C

RGB

 RED value IS 71 (28.13% from 255) = 37.57%

 GREEN value IS 58 (23.05% from 255) = 30.69%

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 37.57%
G = 30.69%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#473A3C (or 0x473A3C) is known color: Jon. HEX triplet: 47, 3A and 3C. RGB value is (71,58,60). Sum of RGB (Red+Green+Blue) = 71+58+60=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #473A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A3C is #B8C5C3. Grayscale: #3E3E3E. Windows color (decimal): -12109252 or 3947079. OLE color: 3947079.

HSL color Cylindrical-coordinate representation of color #473A3C: hue angle of 350.77º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #473A3C is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 58 60 -
CMYK 0 0.18 0.15 0.72
HSL 350.77º 0.1% 0.25% -
HSV(B) 350.77º 0.18% 0.28% -
XYZ 4.93 4.69 4.92 -
YUV 62.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 71 58 60 0 0.18 0.15 0.72 350.77 0.1 0.25
Hex 47 3A 3C 0 12 F 48 15F A 19
Octal 107 72 74 0 22 17 110 537 12 31
Binary 1000111 111010 111100 0 10010 1111 1001000 101011111 1010 11001

Color Harmonies of #473A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A3C

Black with #473A3C

Text Example


Text Example

White with #473A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473A3C; }

 p { color: rgb(71,58,60); }

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

background-color css

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

 a { background-color: rgb(71,58,60); }

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

border-color css

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

 span { border-color: rgb(71,58,60); }

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