Html Css Color HEX #3C412F Log Cabin

📋 copy color: '#3C412F'

red 60 ◦ green 65 ◦ blue 47

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

Shades of Log Cabin #3C412F

Tints of Log Cabin #3C412F

RGB

 RED value IS 60 (23.83% from 255) = 34.88%

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

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

R = 34.88%
G = 37.79%
B = 27.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#3C412F (or 0x3C412F) is known color: Log Cabin. HEX triplet: 3C, 41 and 2F. RGB value is (60,65,47). Sum of RGB (Red+Green+Blue) = 60+65+47=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 65 - color contains mainly: green. Hex color #3C412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C412F is #C3BED0. Grayscale: #3D3D3D. Windows color (decimal): -12828369 or 3096892. OLE color: 3096892.

HSL color Cylindrical-coordinate representation of color #3C412F: hue angle of 76.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C412F is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 65 47 -
CMYK 0.08 0 0.28 0.75
HSL 76.67º 0.16% 0.22% -
HSV(B) 76.67º 0.28% 0.25% -
XYZ 4.27 4.95 3.42 -
YUV 61.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 60 65 47 0.08 0 0.28 0.75 76.67 0.16 0.22
Hex 3C 41 2F 8 0 1C 4B 4D 10 16
Octal 74 101 57 10 0 34 113 115 20 26
Binary 111100 1000001 101111 1000 0 11100 1001011 1001101 10000 10110

Color Harmonies of #3C412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C412F

Black with #3C412F

Text Example


Text Example

White with #3C412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,65,47); }

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

background-color css

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

 a { background-color: rgb(60,65,47); }

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

border-color css

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

 span { border-color: rgb(60,65,47); }

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