Html Css Color HEX #423947 Jagger

📋 copy color: '#423947'

red 66 ◦ green 57 ◦ blue 71

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

Shades of Jagger #423947

Tints of Jagger #423947

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.13% from 255) = 36.6%

R = 34.02%
G = 29.38%
B = 36.6%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#423947 (or 0x423947) is known color: 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

RGB 66 57 71 -
CMYK 0.07 0.20 0 0.72
HSL 278.57º 0.11% 0.25% -
HSV(B) 278.57º 0.2% 0.28% -
XYZ 4.85 4.54 6.58 -
YUV 61.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 66 57 71 0.07 0.20 0 0.72 278.57 0.11 0.25
Hex 42 39 47 7 14 0 48 117 B 19
Octal 102 71 107 7 24 0 110 427 13 31
Binary 1000010 111001 1000111 111 10100 0 1001000 100010111 1011 11001

Color Harmonies of #423947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423947

Black with #423947

Text Example


Text Example

White with #423947

Text Example


Text Example

HTML Codes & Css Web 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>