Html Css Color HEX #3F392A Birch

📋 copy color: '#3F392A'

red 63 ◦ green 57 ◦ blue 42

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

Shades of Birch #3F392A

Tints of Birch #3F392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.19%

 BLUE value IS 42 (16.8% from 255) = 25.93%

R = 38.89%
G = 35.19%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#3F392A (or 0x3F392A) is known color: Birch. HEX triplet: 3F, 39 and 2A. RGB value is (63,57,42). Sum of RGB (Red+Green+Blue) = 63+57+42=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F392A is #C0C6D5. Grayscale: #393939. Windows color (decimal): -12633814 or 2767167. OLE color: 2767167.

HSL color Cylindrical-coordinate representation of color #3F392A: hue angle of 42.86º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F392A is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 57 42 -
CMYK 0 0.10 0.33 0.75
HSL 42.86º 0.2% 0.21% -
HSV(B) 42.86º 0.33% 0.25% -
XYZ 3.93 4.15 2.78 -
YUV 57.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 63 57 42 0 0.10 0.33 0.75 42.86 0.2 0.21
Hex 3F 39 2A 0 A 21 4B 2B 14 15
Octal 77 71 52 0 12 41 113 53 24 25
Binary 111111 111001 101010 0 1010 100001 1001011 101011 10100 10101

Color Harmonies of #3F392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F392A

Black with #3F392A

Text Example


Text Example

White with #3F392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,57,42); }

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

background-color css

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

 a { background-color: rgb(63,57,42); }

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

border-color css

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

 span { border-color: rgb(63,57,42); }

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