#433325

Color #433325 Woodburn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodburn #433325

Tints of Woodburn #433325

Color information

#433325 (or 0x433325) is unknown color: approx Woodburn. HEX triplet: 43, 33 and 25. RGB value is (67,51,37). Sum of RGB (Red+Green+Blue) = 67+51+37=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 67 - color contains mainly: red. Hex color #433325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433325 is #BCCCDA. Grayscale: #363636. Windows color (decimal): -12373211 or 2437955. OLE color: 2437955.

HSL color Cylindrical-coordinate representation of color #433325: hue angle of 28º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #433325 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB675137-
CMYK00.240.450.74
HSL28º28.85%20.39%-
HSV(B)28º44.78%26.27%-
XYZ3.833.692.26-
YUV54.19118.3137.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.23%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=43.23%
G=32.90%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67513700.240.450.742828.8520.39
Hex4333250182D4A1c1d14
Octal103634503055112343524
Binary10000111100111001010110001011011001010111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433325; }

 p { color: rgb(67,51,37); }

 H1.HeaderClassName
 {
   color: #433325;
 }
 .AnyTagClassName
 {
   color: #433325;
 }
</style>
background-color css

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

 a { background-color: rgb(67,51,37); }

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

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

 span { border-color: rgb(67,51,37); }

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