Html Css Color HEX #41392B Birch

📋 copy color: '#41392B'

red 65 ◦ green 57 ◦ blue 43

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

Shades of Birch #41392B

Tints of Birch #41392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.06%

R = 39.39%
G = 34.55%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#41392B (or 0x41392B) is known color: Birch. HEX triplet: 41, 39 and 2B. RGB value is (65,57,43). Sum of RGB (Red+Green+Blue) = 65+57+43=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #41392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41392B is #BEC6D4. Grayscale: #393939. Windows color (decimal): -12502741 or 2832705. OLE color: 2832705.

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

Color convert

RGB 65 57 43 -
CMYK 0 0.12 0.34 0.75
HSL 38.18º 0.2% 0.21% -
HSV(B) 38.18º 0.34% 0.25% -
XYZ 4.08 4.22 2.89 -
YUV 57.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 65 57 43 0 0.12 0.34 0.75 38.18 0.2 0.21
Hex 41 39 2B 0 C 22 4B 26 14 15
Octal 101 71 53 0 14 42 113 46 24 25
Binary 1000001 111001 101011 0 1100 100010 1001011 100110 10100 10101

Color Harmonies of #41392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41392B

Black with #41392B

Text Example


Text Example

White with #41392B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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