Html Css Color HEX #3F482F Log Cabin

📋 copy color: '#3F482F'

red 63 ◦ green 72 ◦ blue 47

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

Shades of Log Cabin #3F482F

Tints of Log Cabin #3F482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.56%

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

R = 34.62%
G = 39.56%
B = 25.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#3F482F (or 0x3F482F) is known color: Log Cabin. HEX triplet: 3F, 48 and 2F. RGB value is (63,72,47). Sum of RGB (Red+Green+Blue) = 63+72+47=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #3F482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F482F is #C0B7D0. Grayscale: #424242. Windows color (decimal): -12629969 or 3098687. OLE color: 3098687.

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

Color convert

RGB 63 72 47 -
CMYK 0.12 0 0.35 0.72
HSL 81.6º 0.21% 0.23% -
HSV(B) 81.6º 0.35% 0.28% -
XYZ 4.88 5.9 3.57 -
YUV 66.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 63 72 47 0.12 0 0.35 0.72 81.6 0.21 0.23
Hex 3F 48 2F C 0 23 48 52 15 17
Octal 77 110 57 14 0 43 110 122 25 27
Binary 111111 1001000 101111 1100 0 100011 1001000 1010010 10101 10111

Color Harmonies of #3F482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F482F

Black with #3F482F

Text Example


Text Example

White with #3F482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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