Html Css Color HEX #413327 Woodburn

📋 copy color: '#413327'

red 65 ◦ green 51 ◦ blue 39

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

Shades of Woodburn #413327

Tints of Woodburn #413327

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.9%

 BLUE value IS 39 (15.63% from 255) = 25.16%

R = 41.94%
G = 32.9%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#413327 (or 0x413327) is known color: Woodburn. HEX triplet: 41, 33 and 27. RGB value is (65,51,39). Sum of RGB (Red+Green+Blue) = 65+51+39=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #413327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413327 is #BECCD8. Grayscale: #353535. Windows color (decimal): -12504281 or 2569025. OLE color: 2569025.

HSL color Cylindrical-coordinate representation of color #413327: hue angle of 27.69º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #413327 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 51 39 -
CMYK 0 0.22 0.40 0.75
HSL 27.69º 0.25% 0.2% -
HSV(B) 27.69º 0.4% 0.25% -
XYZ 3.73 3.64 2.43 -
YUV 53.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 65 51 39 0 0.22 0.40 0.75 27.69 0.25 0.2
Hex 41 33 27 0 16 28 4B 1C 19 14
Octal 101 63 47 0 26 50 113 34 31 24
Binary 1000001 110011 100111 0 10110 101000 1001011 11100 11001 10100

Color Harmonies of #413327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413327

Black with #413327

Text Example


Text Example

White with #413327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413327; }

 p { color: rgb(65,51,39); }

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

background-color css

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

 a { background-color: rgb(65,51,39); }

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

border-color css

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

 span { border-color: rgb(65,51,39); }

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