Html Css Color HEX #483628 Woodburn

📋 copy color: '#483628'

red 72 ◦ green 54 ◦ blue 40

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

Shades of Woodburn #483628

Tints of Woodburn #483628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.53%

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

R = 43.37%
G = 32.53%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#483628 (or 0x483628) is known color: Woodburn. HEX triplet: 48, 36 and 28. RGB value is (72,54,40). Sum of RGB (Red+Green+Blue) = 72+54+40=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #483628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483628 is #B7C9D7. Grayscale: #393939. Windows color (decimal): -12044760 or 2635336. OLE color: 2635336.

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

Color convert

RGB 72 54 40 -
CMYK 0 0.25 0.44 0.72
HSL 26.25º 0.29% 0.22% -
HSV(B) 26.25º 0.44% 0.28% -
XYZ 4.37 4.17 2.58 -
YUV 57.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 72 54 40 0 0.25 0.44 0.72 26.25 0.29 0.22
Hex 48 36 28 0 19 2C 48 1A 1D 16
Octal 110 66 50 0 31 54 110 32 35 26
Binary 1001000 110110 101000 0 11001 101100 1001000 11010 11101 10110

Color Harmonies of #483628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483628

Black with #483628

Text Example


Text Example

White with #483628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483628; }

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

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

background-color css

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

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

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

border-color css

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

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

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