Html Css Color HEX #3D382F Birch

📋 copy color: '#3D382F'

red 61 ◦ green 56 ◦ blue 47

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

Shades of Birch #3D382F

Tints of Birch #3D382F

RGB

 RED value IS 61 (24.22% from 255) = 37.2%

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

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

R = 37.2%
G = 34.15%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#3D382F (or 0x3D382F) is known color: Birch. HEX triplet: 3D, 38 and 2F. RGB value is (61,56,47). Sum of RGB (Red+Green+Blue) = 61+56+47=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 61 - color contains mainly: red. Hex color #3D382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D382F is #C2C7D0. Grayscale: #383838. Windows color (decimal): -12765137 or 3094589. OLE color: 3094589.

HSL color Cylindrical-coordinate representation of color #3D382F: hue angle of 38.57º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D382F is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 56 47 -
CMYK 0 0.08 0.23 0.76
HSL 38.57º 0.13% 0.21% -
HSV(B) 38.57º 0.23% 0.24% -
XYZ 3.85 4.03 3.26 -
YUV 56.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 61 56 47 0 0.08 0.23 0.76 38.57 0.13 0.21
Hex 3D 38 2F 0 8 17 4C 27 D 15
Octal 75 70 57 0 10 27 114 47 15 25
Binary 111101 111000 101111 0 1000 10111 1001100 100111 1101 10101

Color Harmonies of #3D382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D382F

Black with #3D382F

Text Example


Text Example

White with #3D382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,56,47); }

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

background-color css

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

 a { background-color: rgb(61,56,47); }

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

border-color css

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

 span { border-color: rgb(61,56,47); }

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