Html Css Color HEX #483221 Woodburn

📋 copy color: '#483221'

red 72 ◦ green 50 ◦ blue 33

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

Shades of Woodburn #483221

Tints of Woodburn #483221

RGB

 RED value IS 72 (28.52% from 255) = 46.45%

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

 BLUE value IS 33 (13.28% from 255) = 21.29%

R = 46.45%
G = 32.26%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#483221 (or 0x483221) is known color: Woodburn. HEX triplet: 48, 32 and 21. RGB value is (72,50,33). Sum of RGB (Red+Green+Blue) = 72+50+33=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #483221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483221 is #B7CDDE. Grayscale: #363636. Windows color (decimal): -12045791 or 2175560. OLE color: 2175560.

HSL color Cylindrical-coordinate representation of color #483221: hue angle of 26.15º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483221 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 33 -
CMYK 0 0.31 0.54 0.72
HSL 26.15º 0.37% 0.21% -
HSV(B) 26.15º 0.54% 0.28% -
XYZ 4.09 3.77 1.95 -
YUV 54.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 72 50 33 0 0.31 0.54 0.72 26.15 0.37 0.21
Hex 48 32 21 0 1F 36 48 1A 25 15
Octal 110 62 41 0 37 66 110 32 45 25
Binary 1001000 110010 100001 0 11111 110110 1001000 11010 100101 10101

Color Harmonies of #483221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483221

Black with #483221

Text Example


Text Example

White with #483221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483221; }

 p { color: rgb(72,50,33); }

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

background-color css

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

 a { background-color: rgb(72,50,33); }

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

border-color css

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

 span { border-color: rgb(72,50,33); }

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