Html Css Color HEX #403725 Birch

📋 copy color: '#403725'

red 64 ◦ green 55 ◦ blue 37

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

Shades of Birch #403725

Tints of Birch #403725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.26%

 BLUE value IS 37 (14.84% from 255) = 23.72%

R = 41.03%
G = 35.26%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#403725 (or 0x403725) is known color: Birch. HEX triplet: 40, 37 and 25. RGB value is (64,55,37). Sum of RGB (Red+Green+Blue) = 64+55+37=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #403725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403725 is #BFC8DA. Grayscale: #373737. Windows color (decimal): -12568795 or 2438976. OLE color: 2438976.

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

Color convert

RGB 64 55 37 -
CMYK 0 0.14 0.42 0.75
HSL 40º 0.27% 0.2% -
HSV(B) 40º 0.42% 0.25% -
XYZ 3.81 3.96 2.31 -
YUV 55.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 64 55 37 0 0.14 0.42 0.75 40 0.27 0.2
Hex 40 37 25 0 E 2A 4B 28 1B 14
Octal 100 67 45 0 16 52 113 50 33 24
Binary 1000000 110111 100101 0 1110 101010 1001011 101000 11011 10100

Color Harmonies of #403725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403725

Black with #403725

Text Example


Text Example

White with #403725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403725; }

 p { color: rgb(64,55,37); }

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

background-color css

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

 a { background-color: rgb(64,55,37); }

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

border-color css

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

 span { border-color: rgb(64,55,37); }

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