Html Css Color HEX #3D4331 Log Cabin

📋 copy color: '#3D4331'

red 61 ◦ green 67 ◦ blue 49

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

Shades of Log Cabin #3D4331

Tints of Log Cabin #3D4331

RGB

 RED value IS 61 (24.22% from 255) = 34.46%

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

 BLUE value IS 49 (19.53% from 255) = 27.68%

R = 34.46%
G = 37.85%
B = 27.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#3D4331 (or 0x3D4331) is known color: Log Cabin. HEX triplet: 3D, 43 and 31. RGB value is (61,67,49). Sum of RGB (Red+Green+Blue) = 61+67+49=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 67 - color contains mainly: green. Hex color #3D4331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4331 is #C2BCCE. Grayscale: #3F3F3F. Windows color (decimal): -12762319 or 3228477. OLE color: 3228477.

HSL color Cylindrical-coordinate representation of color #3D4331: hue angle of 80º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D4331 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 61 67 49 -
CMYK 0.09 0 0.27 0.74
HSL 80º 0.16% 0.23% -
HSV(B) 80º 0.27% 0.26% -
XYZ 4.49 5.23 3.68 -
YUV 63.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 61 67 49 0.09 0 0.27 0.74 80 0.16 0.23
Hex 3D 43 31 9 0 1B 4A 50 10 17
Octal 75 103 61 11 0 33 112 120 20 27
Binary 111101 1000011 110001 1001 0 11011 1001010 1010000 10000 10111

Color Harmonies of #3D4331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4331

Black with #3D4331

Text Example


Text Example

White with #3D4331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D4331; }

 p { color: rgb(61,67,49); }

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

background-color css

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

 a { background-color: rgb(61,67,49); }

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

border-color css

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

 span { border-color: rgb(61,67,49); }

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