Html Css Color HEX #483629 Woodburn

📋 copy color: '#483629'

red 72 ◦ green 54 ◦ blue 41

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

Shades of Woodburn #483629

Tints of Woodburn #483629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.55%

R = 43.11%
G = 32.34%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#483629 (or 0x483629) is known color: Woodburn. HEX triplet: 48, 36 and 29. RGB value is (72,54,41). Sum of RGB (Red+Green+Blue) = 72+54+41=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #483629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483629 is #B7C9D6. Grayscale: #393939. Windows color (decimal): -12044759 or 2700872. OLE color: 2700872.

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

Color convert

RGB 72 54 41 -
CMYK 0 0.25 0.43 0.72
HSL 25.16º 0.27% 0.22% -
HSV(B) 25.16º 0.43% 0.28% -
XYZ 4.39 4.18 2.67 -
YUV 57.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 72 54 41 0 0.25 0.43 0.72 25.16 0.27 0.22
Hex 48 36 29 0 19 2B 48 19 1B 16
Octal 110 66 51 0 31 53 110 31 33 26
Binary 1001000 110110 101001 0 11001 101011 1001000 11001 11011 10110

Color Harmonies of #483629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483629

Black with #483629

Text Example


Text Example

White with #483629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483629; }

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

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

background-color css

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

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

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

border-color css

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

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

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