#423947

Color #423947 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #423947

Tints of Jagger #423947

Color information

#423947 (or 0x423947) is unknown color: approx Jagger. HEX triplet: 42, 39 and 47. RGB value is (66,57,71). Sum of RGB (Red+Green+Blue) = 66+57+71=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: blue. Hex color #423947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423947 is #BDC6B8. Grayscale: #3D3D3D. Windows color (decimal): -12437177 or 4667714. OLE color: 4667714.

HSL color Cylindrical-coordinate representation of color #423947: hue angle of 278.57º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #423947 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB665771-
CMYK0.070.2000.72
HSL278.57º10.94%25.1%-
HSV(B)278.57º19.72%27.84%-
XYZ4.854.546.58-
YUV61.29133.48131.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=34.02%
G=29.38%
B=36.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6657710.070.2000.72278.5710.9425.1
Hex423947714048117b19
Octal1027110772401104271331
Binary100001011100110001111111010001001000100010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423947; }

 p { color: rgb(66,57,71); }

 H1.HeaderClassName
 {
   color: #423947;
 }
 .AnyTagClassName
 {
   color: #423947;
 }
</style>
background-color css

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

 a { background-color: rgb(66,57,71); }

 div.DivClassName
 {
   background-color: #423947;
 }
 .BgClassName
 {
   background-color: #423947;
 }
</style>
border-color css

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

 span { border-color: rgb(66,57,71); }

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