Html Css Color HEX #483528 Woodburn

📋 copy color: '#483528'

red 72 ◦ green 53 ◦ blue 40

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

Shades of Woodburn #483528

Tints of Woodburn #483528

RGB

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

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

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

R = 43.64%
G = 32.12%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#483528 (or 0x483528) is known color: Woodburn. HEX triplet: 48, 35 and 28. RGB value is (72,53,40). Sum of RGB (Red+Green+Blue) = 72+53+40=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #483528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483528 is #B7CAD7. Grayscale: #393939. Windows color (decimal): -12045016 or 2635080. OLE color: 2635080.

HSL color Cylindrical-coordinate representation of color #483528: hue angle of 24.38º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483528 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 40 -
CMYK 0 0.26 0.44 0.72
HSL 24.38º 0.29% 0.22% -
HSV(B) 24.38º 0.44% 0.28% -
XYZ 4.33 4.08 2.57 -
YUV 57.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 72 53 40 0 0.26 0.44 0.72 24.38 0.29 0.22
Hex 48 35 28 0 1A 2C 48 18 1D 16
Octal 110 65 50 0 32 54 110 30 35 26
Binary 1001000 110101 101000 0 11010 101100 1001000 11000 11101 10110

Color Harmonies of #483528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483528

Black with #483528

Text Example


Text Example

White with #483528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483528; }

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

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

background-color css

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

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

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

border-color css

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

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

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