Html Css Color HEX #483728 Woodburn

📋 copy color: '#483728'

red 72 ◦ green 55 ◦ blue 40

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

Shades of Woodburn #483728

Tints of Woodburn #483728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.93%

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

R = 43.11%
G = 32.93%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#483728 (or 0x483728) is known color: Woodburn. HEX triplet: 48, 37 and 28. RGB value is (72,55,40). Sum of RGB (Red+Green+Blue) = 72+55+40=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #483728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483728 is #B7C8D7. Grayscale: #3A3A3A. Windows color (decimal): -12044504 or 2635592. OLE color: 2635592.

HSL color Cylindrical-coordinate representation of color #483728: hue angle of 28.12º 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 #483728 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 55 40 -
CMYK 0 0.24 0.44 0.72
HSL 28.13º 0.29% 0.22% -
HSV(B) 28.13º 0.44% 0.28% -
XYZ 4.42 4.26 2.6 -
YUV 58.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 72 55 40 0 0.24 0.44 0.72 28.13 0.29 0.22
Hex 48 37 28 0 18 2C 48 1C 1D 16
Octal 110 67 50 0 30 54 110 34 35 26
Binary 1001000 110111 101000 0 11000 101100 1001000 11100 11101 10110

Color Harmonies of #483728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483728

Black with #483728

Text Example


Text Example

White with #483728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483728; }

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

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

background-color css

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

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

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

border-color css

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

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

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