Html Css Color HEX #384345 Charade

📋 copy color: '#384345'

red 56 ◦ green 67 ◦ blue 69

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

Shades of Charade #384345

Tints of Charade #384345

RGB

 RED value IS 56 (22.27% from 255) = 29.17%

 GREEN value IS 67 (26.56% from 255) = 34.9%

 BLUE value IS 69 (27.34% from 255) = 35.94%

R = 29.17%
G = 34.9%
B = 35.94%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#384345 (or 0x384345) is known color: Charade. HEX triplet: 38, 43 and 45. RGB value is (56,67,69). Sum of RGB (Red+Green+Blue) = 56+67+69=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 69 - color contains mainly: blue. Hex color #384345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384345 is #C7BCBA. Grayscale: #3F3F3F. Windows color (decimal): -13089979 or 4539192. OLE color: 4539192.

HSL color Cylindrical-coordinate representation of color #384345: hue angle of 189.23º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #384345 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 67 69 -
CMYK 0.19 0.03 0 0.73
HSL 189.23º 0.1% 0.25% -
HSV(B) 189.23º 0.19% 0.27% -
XYZ 4.71 5.28 6.4 -
YUV 63.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 56 67 69 0.19 0.03 0 0.73 189.23 0.1 0.25
Hex 38 43 45 13 3 0 49 BD A 19
Octal 70 103 105 23 3 0 111 275 12 31
Binary 111000 1000011 1000101 10011 11 0 1001001 10111101 1010 11001

Color Harmonies of #384345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384345

Black with #384345

Text Example


Text Example

White with #384345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384345; }

 p { color: rgb(56,67,69); }

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

background-color css

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

 a { background-color: rgb(56,67,69); }

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

border-color css

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

 span { border-color: rgb(56,67,69); }

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