Html Css Color HEX #413825 Birch

📋 copy color: '#413825'

red 65 ◦ green 56 ◦ blue 37

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

Shades of Birch #413825

Tints of Birch #413825

RGB

 RED value IS 65 (25.78% from 255) = 41.14%

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

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

R = 41.14%
G = 35.44%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#413825 (or 0x413825) is known color: Birch. HEX triplet: 41, 38 and 25. RGB value is (65,56,37). Sum of RGB (Red+Green+Blue) = 65+56+37=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #413825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413825 is #BEC7DA. Grayscale: #383838. Windows color (decimal): -12503003 or 2439233. OLE color: 2439233.

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

Color convert

RGB 65 56 37 -
CMYK 0 0.14 0.43 0.75
HSL 40.71º 0.27% 0.2% -
HSV(B) 40.71º 0.43% 0.25% -
XYZ 3.93 4.09 2.33 -
YUV 56.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 65 56 37 0 0.14 0.43 0.75 40.71 0.27 0.2
Hex 41 38 25 0 E 2B 4B 29 1B 14
Octal 101 70 45 0 16 53 113 51 33 24
Binary 1000001 111000 100101 0 1110 101011 1001011 101001 11011 10100

Color Harmonies of #413825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413825

Black with #413825

Text Example


Text Example

White with #413825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413825; }

 p { color: rgb(65,56,37); }

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

background-color css

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

 a { background-color: rgb(65,56,37); }

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

border-color css

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

 span { border-color: rgb(65,56,37); }

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