Html Css Color HEX #40382A Birch

📋 copy color: '#40382A'

red 64 ◦ green 56 ◦ blue 42

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

Shades of Birch #40382A

Tints of Birch #40382A

RGB

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

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

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

R = 39.51%
G = 34.57%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#40382A (or 0x40382A) is known color: Birch. HEX triplet: 40, 38 and 2A. RGB value is (64,56,42). Sum of RGB (Red+Green+Blue) = 64+56+42=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 64 - color contains mainly: red. Hex color #40382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40382A is #BFC7D5. Grayscale: #383838. Windows color (decimal): -12568534 or 2766912. OLE color: 2766912.

HSL color Cylindrical-coordinate representation of color #40382A: hue angle of 38.18º 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 #40382A is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 56 42 -
CMYK 0 0.13 0.34 0.75
HSL 38.18º 0.21% 0.21% -
HSV(B) 38.18º 0.34% 0.25% -
XYZ 3.95 4.09 2.77 -
YUV 56.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 64 56 42 0 0.13 0.34 0.75 38.18 0.21 0.21
Hex 40 38 2A 0 D 22 4B 26 15 15
Octal 100 70 52 0 15 42 113 46 25 25
Binary 1000000 111000 101010 0 1101 100010 1001011 100110 10101 10101

Color Harmonies of #40382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40382A

Black with #40382A

Text Example


Text Example

White with #40382A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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