Html Css Color HEX #41392A Birch

📋 copy color: '#41392A'

red 65 ◦ green 57 ◦ blue 42

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

Shades of Birch #41392A

Tints of Birch #41392A

RGB

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

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

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

R = 39.63%
G = 34.76%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#41392A (or 0x41392A) is known color: Birch. HEX triplet: 41, 39 and 2A. RGB value is (65,57,42). Sum of RGB (Red+Green+Blue) = 65+57+42=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #41392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41392A is #BEC6D5. Grayscale: #393939. Windows color (decimal): -12502742 or 2767169. OLE color: 2767169.

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

Color convert

RGB 65 57 42 -
CMYK 0 0.12 0.35 0.75
HSL 39.13º 0.21% 0.21% -
HSV(B) 39.13º 0.35% 0.25% -
XYZ 4.06 4.22 2.79 -
YUV 57.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 65 57 42 0 0.12 0.35 0.75 39.13 0.21 0.21
Hex 41 39 2A 0 C 23 4B 27 15 15
Octal 101 71 52 0 14 43 113 47 25 25
Binary 1000001 111001 101010 0 1100 100011 1001011 100111 10101 10101

Color Harmonies of #41392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41392A

Black with #41392A

Text Example


Text Example

White with #41392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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