Html Css Color HEX #483625 Woodburn

📋 copy color: '#483625'

red 72 ◦ green 54 ◦ blue 37

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

Shades of Woodburn #483625

Tints of Woodburn #483625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.7%

R = 44.17%
G = 33.13%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#483625 (or 0x483625) is known color: Woodburn. HEX triplet: 48, 36 and 25. RGB value is (72,54,37). Sum of RGB (Red+Green+Blue) = 72+54+37=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #483625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483625 is #B7C9DA. Grayscale: #393939. Windows color (decimal): -12044763 or 2438728. OLE color: 2438728.

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

Color convert

RGB 72 54 37 -
CMYK 0 0.25 0.49 0.72
HSL 29.14º 0.32% 0.21% -
HSV(B) 29.14º 0.49% 0.28% -
XYZ 4.33 4.15 2.32 -
YUV 57.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 72 54 37 0 0.25 0.49 0.72 29.14 0.32 0.21
Hex 48 36 25 0 19 31 48 1D 20 15
Octal 110 66 45 0 31 61 110 35 40 25
Binary 1001000 110110 100101 0 11001 110001 1001000 11101 100000 10101

Color Harmonies of #483625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483625

Black with #483625

Text Example


Text Example

White with #483625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483625; }

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

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

background-color css

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

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

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

border-color css

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

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

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