Html Css Color HEX #443528 Woodburn

📋 copy color: '#443528'

red 68 ◦ green 53 ◦ blue 40

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

Shades of Woodburn #443528

Tints of Woodburn #443528

RGB

 RED value IS 68 (26.95% from 255) = 42.24%

 GREEN value IS 53 (21.09% from 255) = 32.92%

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

R = 42.24%
G = 32.92%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#443528 (or 0x443528) is known color: Woodburn. HEX triplet: 44, 35 and 28. RGB value is (68,53,40). Sum of RGB (Red+Green+Blue) = 68+53+40=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #443528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443528 is #BBCAD7. Grayscale: #383838. Windows color (decimal): -12307160 or 2635076. OLE color: 2635076.

HSL color Cylindrical-coordinate representation of color #443528: hue angle of 27.86º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #443528 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 53 40 -
CMYK 0 0.22 0.41 0.73
HSL 27.86º 0.26% 0.21% -
HSV(B) 27.86º 0.41% 0.27% -
XYZ 4.04 3.93 2.55 -
YUV 56 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 68 53 40 0 0.22 0.41 0.73 27.86 0.26 0.21
Hex 44 35 28 0 16 29 49 1C 1A 15
Octal 104 65 50 0 26 51 111 34 32 25
Binary 1000100 110101 101000 0 10110 101001 1001001 11100 11010 10101

Color Harmonies of #443528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443528

Black with #443528

Text Example


Text Example

White with #443528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443528; }

 p { color: rgb(68,53,40); }

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

background-color css

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

 a { background-color: rgb(68,53,40); }

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

border-color css

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

 span { border-color: rgb(68,53,40); }

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