Html Css Color HEX #3F3625 Birch

📋 copy color: '#3F3625'

red 63 ◦ green 54 ◦ blue 37

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

Shades of Birch #3F3625

Tints of Birch #3F3625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.06%

 BLUE value IS 37 (14.84% from 255) = 24.03%

R = 40.91%
G = 35.06%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.75

RGB Variations

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

Color information

#3F3625 (or 0x3F3625) is known color: Birch. HEX triplet: 3F, 36 and 25. RGB value is (63,54,37). Sum of RGB (Red+Green+Blue) = 63+54+37=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3625 is #C0C9DA. Grayscale: #363636. Windows color (decimal): -12634587 or 2438719. OLE color: 2438719.

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

Color convert

RGB 63 54 37 -
CMYK 0 0.14 0.41 0.75
HSL 39.23º 0.26% 0.2% -
HSV(B) 39.23º 0.41% 0.25% -
XYZ 3.7 3.83 2.29 -
YUV 54.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 63 54 37 0 0.14 0.41 0.75 39.23 0.26 0.2
Hex 3F 36 25 0 E 29 4B 27 1A 14
Octal 77 66 45 0 16 51 113 47 32 24
Binary 111111 110110 100101 0 1110 101001 1001011 100111 11010 10100

Color Harmonies of #3F3625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3625

Black with #3F3625

Text Example


Text Example

White with #3F3625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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