Html Css Color HEX #413725 Birch

📋 copy color: '#413725'

red 65 ◦ green 55 ◦ blue 37

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

Shades of Birch #413725

Tints of Birch #413725

RGB

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

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

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

R = 41.4%
G = 35.03%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#413725 (or 0x413725) is known color: Birch. HEX triplet: 41, 37 and 25. RGB value is (65,55,37). Sum of RGB (Red+Green+Blue) = 65+55+37=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #413725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413725 is #BEC8DA. Grayscale: #383838. Windows color (decimal): -12503259 or 2438977. OLE color: 2438977.

HSL color Cylindrical-coordinate representation of color #413725: hue angle of 38.57º 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 #413725 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 55 37 -
CMYK 0 0.15 0.43 0.75
HSL 38.57º 0.27% 0.2% -
HSV(B) 38.57º 0.43% 0.25% -
XYZ 3.88 3.99 2.32 -
YUV 55.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 65 55 37 0 0.15 0.43 0.75 38.57 0.27 0.2
Hex 41 37 25 0 F 2B 4B 27 1B 14
Octal 101 67 45 0 17 53 113 47 33 24
Binary 1000001 110111 100101 0 1111 101011 1001011 100111 11011 10100

Color Harmonies of #413725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413725

Black with #413725

Text Example


Text Example

White with #413725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413725; }

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

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

background-color css

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

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

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

border-color css

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

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

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