Html Css Color HEX #3F3C36 Birch

📋 copy color: '#3F3C36'

red 63 ◦ green 60 ◦ blue 54

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

Shades of Birch #3F3C36

Tints of Birch #3F3C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.9%

 BLUE value IS 54 (21.48% from 255) = 30.51%

R = 35.59%
G = 33.9%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#3F3C36 (or 0x3F3C36) is known color: Birch. HEX triplet: 3F, 3C and 36. RGB value is (63,60,54). Sum of RGB (Red+Green+Blue) = 63+60+54=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C36 is #C0C3C9. Grayscale: #3C3C3C. Windows color (decimal): -12633034 or 3554367. OLE color: 3554367.

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

Color convert

RGB 63 60 54 -
CMYK 0 0.05 0.14 0.75
HSL 40º 0.08% 0.23% -
HSV(B) 40º 0.14% 0.25% -
XYZ 4.33 4.55 4.14 -
YUV 60.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 63 60 54 0 0.05 0.14 0.75 40 0.08 0.23
Hex 3F 3C 36 0 5 E 4B 28 8 17
Octal 77 74 66 0 5 16 113 50 10 27
Binary 111111 111100 110110 0 101 1110 1001011 101000 1000 10111

Color Harmonies of #3F3C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3C36

Black with #3F3C36

Text Example


Text Example

White with #3F3C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,60,54); }

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

background-color css

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

 a { background-color: rgb(63,60,54); }

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

border-color css

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

 span { border-color: rgb(63,60,54); }

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