Html Css Color HEX #483527 Woodburn

📋 copy color: '#483527'

red 72 ◦ green 53 ◦ blue 39

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

Shades of Woodburn #483527

Tints of Woodburn #483527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.78%

R = 43.9%
G = 32.32%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#483527 (or 0x483527) is known color: Woodburn. HEX triplet: 48, 35 and 27. RGB value is (72,53,39). Sum of RGB (Red+Green+Blue) = 72+53+39=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #483527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483527 is #B7CAD8. Grayscale: #393939. Windows color (decimal): -12045017 or 2569544. OLE color: 2569544.

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

Color convert

RGB 72 53 39 -
CMYK 0 0.26 0.46 0.72
HSL 25.45º 0.3% 0.22% -
HSV(B) 25.45º 0.46% 0.28% -
XYZ 4.31 4.07 2.48 -
YUV 57.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 72 53 39 0 0.26 0.46 0.72 25.45 0.3 0.22
Hex 48 35 27 0 1A 2E 48 19 1E 16
Octal 110 65 47 0 32 56 110 31 36 26
Binary 1001000 110101 100111 0 11010 101110 1001000 11001 11110 10110

Color Harmonies of #483527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483527

Black with #483527

Text Example


Text Example

White with #483527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483527; }

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

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

background-color css

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

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

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

border-color css

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

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

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