Html Css Color HEX #3E382B Birch

📋 copy color: '#3E382B'

red 62 ◦ green 56 ◦ blue 43

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

Shades of Birch #3E382B

Tints of Birch #3E382B

RGB

 RED value IS 62 (24.61% from 255) = 38.51%

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

 BLUE value IS 43 (17.19% from 255) = 26.71%

R = 38.51%
G = 34.78%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.76

RGB Variations

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

Color information

#3E382B (or 0x3E382B) is known color: Birch. HEX triplet: 3E, 38 and 2B. RGB value is (62,56,43). Sum of RGB (Red+Green+Blue) = 62+56+43=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E382B is #C1C7D4. Grayscale: #383838. Windows color (decimal): -12699605 or 2832446. OLE color: 2832446.

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

Color convert

RGB 62 56 43 -
CMYK 0 0.10 0.31 0.76
HSL 41.05º 0.18% 0.21% -
HSV(B) 41.05º 0.31% 0.24% -
XYZ 3.84 4.03 2.86 -
YUV 56.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 62 56 43 0 0.10 0.31 0.76 41.05 0.18 0.21
Hex 3E 38 2B 0 A 1F 4C 29 12 15
Octal 76 70 53 0 12 37 114 51 22 25
Binary 111110 111000 101011 0 1010 11111 1001100 101001 10010 10101

Color Harmonies of #3E382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E382B

Black with #3E382B

Text Example


Text Example

White with #3E382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,56,43); }

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

background-color css

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

 a { background-color: rgb(62,56,43); }

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

border-color css

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

 span { border-color: rgb(62,56,43); }

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