Html Css Color HEX #40392A Birch

📋 copy color: '#40392A'

red 64 ◦ green 57 ◦ blue 42

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

Shades of Birch #40392A

Tints of Birch #40392A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 39.26%
G = 34.97%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#40392A (or 0x40392A) is known color: Birch. HEX triplet: 40, 39 and 2A. RGB value is (64,57,42). Sum of RGB (Red+Green+Blue) = 64+57+42=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #40392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40392A is #BFC6D5. Grayscale: #393939. Windows color (decimal): -12568278 or 2767168. OLE color: 2767168.

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

Color convert

RGB 64 57 42 -
CMYK 0 0.11 0.34 0.75
HSL 40.91º 0.21% 0.21% -
HSV(B) 40.91º 0.34% 0.25% -
XYZ 4 4.18 2.79 -
YUV 57.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 64 57 42 0 0.11 0.34 0.75 40.91 0.21 0.21
Hex 40 39 2A 0 B 22 4B 29 15 15
Octal 100 71 52 0 13 42 113 51 25 25
Binary 1000000 111001 101010 0 1011 100010 1001011 101001 10101 10101

Color Harmonies of #40392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40392A

Black with #40392A

Text Example


Text Example

White with #40392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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