Html Css Color HEX #483325 Woodburn

📋 copy color: '#483325'

red 72 ◦ green 51 ◦ blue 37

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

Shades of Woodburn #483325

Tints of Woodburn #483325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.88%

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

R = 45%
G = 31.88%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#483325 (or 0x483325) is known color: Woodburn. HEX triplet: 48, 33 and 25. RGB value is (72,51,37). Sum of RGB (Red+Green+Blue) = 72+51+37=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #483325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483325 is #B7CCDA. Grayscale: #373737. Windows color (decimal): -12045531 or 2437960. OLE color: 2437960.

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

Color convert

RGB 72 51 37 -
CMYK 0 0.29 0.49 0.72
HSL 24º 0.32% 0.21% -
HSV(B) 24º 0.49% 0.28% -
XYZ 4.19 3.88 2.28 -
YUV 55.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 72 51 37 0 0.29 0.49 0.72 24 0.32 0.21
Hex 48 33 25 0 1D 31 48 18 20 15
Octal 110 63 45 0 35 61 110 30 40 25
Binary 1001000 110011 100101 0 11101 110001 1001000 11000 100000 10101

Color Harmonies of #483325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483325

Black with #483325

Text Example


Text Example

White with #483325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483325; }

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

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

background-color css

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

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

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

border-color css

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

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

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