Html Css Color HEX #3F472F Log Cabin

📋 copy color: '#3F472F'

red 63 ◦ green 71 ◦ blue 47

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

Shades of Log Cabin #3F472F

Tints of Log Cabin #3F472F

RGB

 RED value IS 63 (25% from 255) = 34.81%

 GREEN value IS 71 (28.13% from 255) = 39.23%

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

R = 34.81%
G = 39.23%
B = 25.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#3F472F (or 0x3F472F) is known color: Log Cabin. HEX triplet: 3F, 47 and 2F. RGB value is (63,71,47). Sum of RGB (Red+Green+Blue) = 63+71+47=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #3F472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F472F is #C0B8D0. Grayscale: #414141. Windows color (decimal): -12630225 or 3098431. OLE color: 3098431.

HSL color Cylindrical-coordinate representation of color #3F472F: hue angle of 80º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F472F is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 71 47 -
CMYK 0.11 0 0.34 0.72
HSL 80º 0.2% 0.23% -
HSV(B) 80º 0.34% 0.28% -
XYZ 4.82 5.77 3.55 -
YUV 65.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 63 71 47 0.11 0 0.34 0.72 80 0.2 0.23
Hex 3F 47 2F B 0 22 48 50 14 17
Octal 77 107 57 13 0 42 110 120 24 27
Binary 111111 1000111 101111 1011 0 100010 1001000 1010000 10100 10111

Color Harmonies of #3F472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F472F

Black with #3F472F

Text Example


Text Example

White with #3F472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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