Html Css Color HEX #3F3826 Birch

📋 copy color: '#3F3826'

red 63 ◦ green 56 ◦ blue 38

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

Shades of Birch #3F3826

Tints of Birch #3F3826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.67%

 BLUE value IS 38 (15.23% from 255) = 24.2%

R = 40.13%
G = 35.67%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#3F3826 (or 0x3F3826) is known color: Birch. HEX triplet: 3F, 38 and 26. RGB value is (63,56,38). Sum of RGB (Red+Green+Blue) = 63+56+38=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3826 is #C0C7D9. Grayscale: #383838. Windows color (decimal): -12634074 or 2504767. OLE color: 2504767.

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

Color convert

RGB 63 56 38 -
CMYK 0 0.11 0.40 0.75
HSL 43.2º 0.25% 0.2% -
HSV(B) 43.2º 0.4% 0.25% -
XYZ 3.81 4.03 2.41 -
YUV 56.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 63 56 38 0 0.11 0.40 0.75 43.2 0.25 0.2
Hex 3F 38 26 0 B 28 4B 2B 19 14
Octal 77 70 46 0 13 50 113 53 31 24
Binary 111111 111000 100110 0 1011 101000 1001011 101011 11001 10100

Color Harmonies of #3F3826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3826

Black with #3F3826

Text Example


Text Example

White with #3F3826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,56,38); }

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

background-color css

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

 a { background-color: rgb(63,56,38); }

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

border-color css

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

 span { border-color: rgb(63,56,38); }

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