Html Css Color HEX #413B30 Birch

📋 copy color: '#413B30'

red 65 ◦ green 59 ◦ blue 48

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

Shades of Birch #413B30

Tints of Birch #413B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.3%

 BLUE value IS 48 (19.14% from 255) = 27.91%

R = 37.79%
G = 34.3%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#413B30 (or 0x413B30) is known color: Birch. HEX triplet: 41, 3B and 30. RGB value is (65,59,48). Sum of RGB (Red+Green+Blue) = 65+59+48=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #413B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B30 is #BEC4CF. Grayscale: #3B3B3B. Windows color (decimal): -12502224 or 3160897. OLE color: 3160897.

HSL color Cylindrical-coordinate representation of color #413B30: hue angle of 38.82º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413B30 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 59 48 -
CMYK 0 0.09 0.26 0.75
HSL 38.82º 0.15% 0.22% -
HSV(B) 38.82º 0.26% 0.25% -
XYZ 4.28 4.47 3.43 -
YUV 59.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 65 59 48 0 0.09 0.26 0.75 38.82 0.15 0.22
Hex 41 3B 30 0 9 1A 4B 27 F 16
Octal 101 73 60 0 11 32 113 47 17 26
Binary 1000001 111011 110000 0 1001 11010 1001011 100111 1111 10110

Color Harmonies of #413B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B30

Black with #413B30

Text Example


Text Example

White with #413B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413B30; }

 p { color: rgb(65,59,48); }

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

background-color css

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

 a { background-color: rgb(65,59,48); }

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

border-color css

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

 span { border-color: rgb(65,59,48); }

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