Html Css Color HEX #393F2F Log Cabin

📋 copy color: '#393F2F'

red 57 ◦ green 63 ◦ blue 47

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

Shades of Log Cabin #393F2F

Tints of Log Cabin #393F2F

RGB

 RED value IS 57 (22.66% from 255) = 34.13%

 GREEN value IS 63 (25% from 255) = 37.72%

 BLUE value IS 47 (18.75% from 255) = 28.14%

R = 34.13%
G = 37.72%
B = 28.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#393F2F (or 0x393F2F) is known color: Log Cabin. HEX triplet: 39, 3F and 2F. RGB value is (57,63,47). Sum of RGB (Red+Green+Blue) = 57+63+47=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 63 - color contains mainly: green. Hex color #393F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F2F is #C6C0D0. Grayscale: #3B3B3B. Windows color (decimal): -13025489 or 3096377. OLE color: 3096377.

HSL color Cylindrical-coordinate representation of color #393F2F: hue angle of 82.5º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #393F2F is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 63 47 -
CMYK 0.10 0 0.25 0.75
HSL 82.5º 0.15% 0.22% -
HSV(B) 82.5º 0.25% 0.25% -
XYZ 3.98 4.63 3.37 -
YUV 59.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 57 63 47 0.10 0 0.25 0.75 82.5 0.15 0.22
Hex 39 3F 2F A 0 19 4B 52 F 16
Octal 71 77 57 12 0 31 113 122 17 26
Binary 111001 111111 101111 1010 0 11001 1001011 1010010 1111 10110

Color Harmonies of #393F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F2F

Black with #393F2F

Text Example


Text Example

White with #393F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393F2F; }

 p { color: rgb(57,63,47); }

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

background-color css

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

 a { background-color: rgb(57,63,47); }

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

border-color css

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

 span { border-color: rgb(57,63,47); }

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