Html Css Color HEX #3D382E Birch

📋 copy color: '#3D382E'

red 61 ◦ green 56 ◦ blue 46

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

Shades of Birch #3D382E

Tints of Birch #3D382E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.22%

R = 37.42%
G = 34.36%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#3D382E (or 0x3D382E) is known color: Birch. HEX triplet: 3D, 38 and 2E. RGB value is (61,56,46). Sum of RGB (Red+Green+Blue) = 61+56+46=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 61 - color contains mainly: red. Hex color #3D382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D382E is #C2C7D1. Grayscale: #383838. Windows color (decimal): -12765138 or 3029053. OLE color: 3029053.

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

Color convert

RGB 61 56 46 -
CMYK 0 0.08 0.25 0.76
HSL 40º 0.14% 0.21% -
HSV(B) 40º 0.25% 0.24% -
XYZ 3.83 4.02 3.16 -
YUV 56.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 61 56 46 0 0.08 0.25 0.76 40 0.14 0.21
Hex 3D 38 2E 0 8 19 4C 28 E 15
Octal 75 70 56 0 10 31 114 50 16 25
Binary 111101 111000 101110 0 1000 11001 1001100 101000 1110 10101

Color Harmonies of #3D382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D382E

Black with #3D382E

Text Example


Text Example

White with #3D382E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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