Html Css Color HEX #413428 Woodburn

📋 copy color: '#413428'

red 65 ◦ green 52 ◦ blue 40

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

Shades of Woodburn #413428

Tints of Woodburn #413428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.12%

 BLUE value IS 40 (16.02% from 255) = 25.48%

R = 41.4%
G = 33.12%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#413428 (or 0x413428) is known color: Woodburn. HEX triplet: 41, 34 and 28. RGB value is (65,52,40). Sum of RGB (Red+Green+Blue) = 65+52+40=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #413428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413428 is #BECBD7. Grayscale: #363636. Windows color (decimal): -12504024 or 2634817. OLE color: 2634817.

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

Color convert

RGB 65 52 40 -
CMYK 0 0.20 0.38 0.75
HSL 28.8º 0.24% 0.21% -
HSV(B) 28.8º 0.38% 0.25% -
XYZ 3.79 3.73 2.53 -
YUV 54.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 65 52 40 0 0.20 0.38 0.75 28.8 0.24 0.21
Hex 41 34 28 0 14 26 4B 1D 18 15
Octal 101 64 50 0 24 46 113 35 30 25
Binary 1000001 110100 101000 0 10100 100110 1001011 11101 11000 10101

Color Harmonies of #413428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413428

Black with #413428

Text Example


Text Example

White with #413428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413428; }

 p { color: rgb(65,52,40); }

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

background-color css

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

 a { background-color: rgb(65,52,40); }

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

border-color css

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

 span { border-color: rgb(65,52,40); }

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