Html Css Color HEX #394126 Log Cabin

📋 copy color: '#394126'

red 57 ◦ green 65 ◦ blue 38

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

Shades of Log Cabin #394126

Tints of Log Cabin #394126

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.63%

 BLUE value IS 38 (15.23% from 255) = 23.75%

R = 35.63%
G = 40.63%
B = 23.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#394126 (or 0x394126) is known color: Log Cabin. HEX triplet: 39, 41 and 26. RGB value is (57,65,38). Sum of RGB (Red+Green+Blue) = 57+65+38=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #394126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394126 is #C6BED9. Grayscale: #3B3B3B. Windows color (decimal): -13024986 or 2507065. OLE color: 2507065.

HSL color Cylindrical-coordinate representation of color #394126: hue angle of 77.78º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #394126 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 65 38 -
CMYK 0.12 0 0.42 0.75
HSL 77.78º 0.26% 0.2% -
HSV(B) 77.78º 0.42% 0.25% -
XYZ 3.93 4.79 2.55 -
YUV 59.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 57 65 38 0.12 0 0.42 0.75 77.78 0.26 0.2
Hex 39 41 26 C 0 2A 4B 4E 1A 14
Octal 71 101 46 14 0 52 113 116 32 24
Binary 111001 1000001 100110 1100 0 101010 1001011 1001110 11010 10100

Color Harmonies of #394126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394126

Black with #394126

Text Example


Text Example

White with #394126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394126; }

 p { color: rgb(57,65,38); }

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

background-color css

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

 a { background-color: rgb(57,65,38); }

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

border-color css

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

 span { border-color: rgb(57,65,38); }

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