Html Css Color HEX #40392B Birch

📋 copy color: '#40392B'

red 64 ◦ green 57 ◦ blue 43

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

Shades of Birch #40392B

Tints of Birch #40392B

RGB

 RED value IS 64 (25.39% from 255) = 39.02%

 GREEN value IS 57 (22.66% from 255) = 34.76%

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

R = 39.02%
G = 34.76%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#40392B (or 0x40392B) is known color: Birch. HEX triplet: 40, 39 and 2B. RGB value is (64,57,43). Sum of RGB (Red+Green+Blue) = 64+57+43=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #40392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40392B is #BFC6D4. Grayscale: #393939. Windows color (decimal): -12568277 or 2832704. OLE color: 2832704.

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

Color convert

RGB 64 57 43 -
CMYK 0 0.11 0.33 0.75
HSL 40º 0.2% 0.21% -
HSV(B) 40º 0.33% 0.25% -
XYZ 4.01 4.19 2.88 -
YUV 57.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 64 57 43 0 0.11 0.33 0.75 40 0.2 0.21
Hex 40 39 2B 0 B 21 4B 28 14 15
Octal 100 71 53 0 13 41 113 50 24 25
Binary 1000000 111001 101011 0 1011 100001 1001011 101000 10100 10101

Color Harmonies of #40392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40392B

Black with #40392B

Text Example


Text Example

White with #40392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40392B; }

 p { color: rgb(64,57,43); }

 H1.HeaderClassName
 {
   color: #40392B;
 }
 .AnyTagClassName
 {
   color: #40392B;
 }
</style>

background-color css

<style>
 a { background-color: #40392B; }

 a { background-color: rgb(64,57,43); }

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

border-color css

<style>
 span { border-color: #40392B; }

 span { border-color: rgb(64,57,43); }

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