Html Css Color HEX #403429 Woodburn

📋 copy color: '#403429'

red 64 ◦ green 52 ◦ blue 41

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

Shades of Woodburn #403429

Tints of Woodburn #403429

RGB

 RED value IS 64 (25.39% from 255) = 40.76%

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

 BLUE value IS 41 (16.41% from 255) = 26.11%

R = 40.76%
G = 33.12%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#403429 (or 0x403429) is known color: Woodburn. HEX triplet: 40, 34 and 29. RGB value is (64,52,41). Sum of RGB (Red+Green+Blue) = 64+52+41=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #403429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403429 is #BFCBD6. Grayscale: #363636. Windows color (decimal): -12569559 or 2700352. OLE color: 2700352.

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

Color convert

RGB 64 52 41 -
CMYK 0 0.19 0.36 0.75
HSL 28.7º 0.22% 0.21% -
HSV(B) 28.7º 0.36% 0.25% -
XYZ 3.74 3.71 2.62 -
YUV 54.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 64 52 41 0 0.19 0.36 0.75 28.7 0.22 0.21
Hex 40 34 29 0 13 24 4B 1D 16 15
Octal 100 64 51 0 23 44 113 35 26 25
Binary 1000000 110100 101001 0 10011 100100 1001011 11101 10110 10101

Color Harmonies of #403429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403429

Black with #403429

Text Example


Text Example

White with #403429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403429; }

 p { color: rgb(64,52,41); }

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

background-color css

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

 a { background-color: rgb(64,52,41); }

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

border-color css

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

 span { border-color: rgb(64,52,41); }

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