Html Css Color HEX #443225 Woodburn

📋 copy color: '#443225'

red 68 ◦ green 50 ◦ blue 37

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

Shades of Woodburn #443225

Tints of Woodburn #443225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.26%

 BLUE value IS 37 (14.84% from 255) = 23.87%

R = 43.87%
G = 32.26%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#443225 (or 0x443225) is known color: Woodburn. HEX triplet: 44, 32 and 25. RGB value is (68,50,37). Sum of RGB (Red+Green+Blue) = 68+50+37=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #443225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443225 is #BBCDDA. Grayscale: #353535. Windows color (decimal): -12307931 or 2437700. OLE color: 2437700.

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

Color convert

RGB 68 50 37 -
CMYK 0 0.26 0.46 0.73
HSL 25.16º 0.3% 0.21% -
HSV(B) 25.16º 0.46% 0.27% -
XYZ 3.86 3.64 2.25 -
YUV 53.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 68 50 37 0 0.26 0.46 0.73 25.16 0.3 0.21
Hex 44 32 25 0 1A 2E 49 19 1E 15
Octal 104 62 45 0 32 56 111 31 36 25
Binary 1000100 110010 100101 0 11010 101110 1001001 11001 11110 10101

Color Harmonies of #443225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443225

Black with #443225

Text Example


Text Example

White with #443225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443225; }

 p { color: rgb(68,50,37); }

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

background-color css

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

 a { background-color: rgb(68,50,37); }

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

border-color css

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

 span { border-color: rgb(68,50,37); }

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