Html Css Color HEX #483526 Woodburn

📋 copy color: '#483526'

red 72 ◦ green 53 ◦ blue 38

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

Shades of Woodburn #483526

Tints of Woodburn #483526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.31%

R = 44.17%
G = 32.52%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#483526 (or 0x483526) is known color: Woodburn. HEX triplet: 48, 35 and 26. RGB value is (72,53,38). Sum of RGB (Red+Green+Blue) = 72+53+38=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #483526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483526 is #B7CAD9. Grayscale: #393939. Windows color (decimal): -12045018 or 2504008. OLE color: 2504008.

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

Color convert

RGB 72 53 38 -
CMYK 0 0.26 0.47 0.72
HSL 26.47º 0.31% 0.22% -
HSV(B) 26.47º 0.47% 0.28% -
XYZ 4.3 4.06 2.39 -
YUV 56.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 72 53 38 0 0.26 0.47 0.72 26.47 0.31 0.22
Hex 48 35 26 0 1A 2F 48 1A 1F 16
Octal 110 65 46 0 32 57 110 32 37 26
Binary 1001000 110101 100110 0 11010 101111 1001000 11010 11111 10110

Color Harmonies of #483526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483526

Black with #483526

Text Example


Text Example

White with #483526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483526; }

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

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

background-color css

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

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

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

border-color css

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

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

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