Html Css Color HEX #433942 Fuscous Grey

📋 copy color: '#433942'

red 67 ◦ green 57 ◦ blue 66

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

Shades of Fuscous Grey #433942

Tints of Fuscous Grey #433942

RGB

 RED value IS 67 (26.56% from 255) = 35.26%

 GREEN value IS 57 (22.66% from 255) = 30%

 BLUE value IS 66 (26.17% from 255) = 34.74%

R = 35.26%
G = 30%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#433942 (or 0x433942) is known color: Fuscous Grey. HEX triplet: 43, 39 and 42. RGB value is (67,57,66). Sum of RGB (Red+Green+Blue) = 67+57+66=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 67 - color contains mainly: red. Hex color #433942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433942 is #BCC6BD. Grayscale: #3C3C3C. Windows color (decimal): -12371646 or 4340035. OLE color: 4340035.

HSL color Cylindrical-coordinate representation of color #433942: hue angle of 306º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #433942 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 57 66 -
CMYK 0 0.15 0.01 0.74
HSL 306º 0.08% 0.24% -
HSV(B) 306º 0.15% 0.26% -
XYZ 4.76 4.51 5.77 -
YUV 61.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 67 57 66 0 0.15 0.01 0.74 306 0.08 0.24
Hex 43 39 42 0 F 1 4A 132 8 18
Octal 103 71 102 0 17 1 112 462 10 30
Binary 1000011 111001 1000010 0 1111 1 1001010 100110010 1000 11000

Color Harmonies of #433942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433942

Black with #433942

Text Example


Text Example

White with #433942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433942; }

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

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

background-color css

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

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

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

border-color css

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

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

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