Html Css Color HEX #48392A Woodburn

📋 copy color: '#48392A'

red 72 ◦ green 57 ◦ blue 42

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

Shades of Woodburn #48392A

Tints of Woodburn #48392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.33%

 BLUE value IS 42 (16.8% from 255) = 24.56%

R = 42.11%
G = 33.33%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48392A (or 0x48392A) is known color: Woodburn. HEX triplet: 48, 39 and 2A. RGB value is (72,57,42). Sum of RGB (Red+Green+Blue) = 72+57+42=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48392A is #B7C6D5. Grayscale: #3B3B3B. Windows color (decimal): -12043990 or 2767176. OLE color: 2767176.

HSL color Cylindrical-coordinate representation of color #48392A: hue angle of 30º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48392A is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 57 42 -
CMYK 0 0.21 0.42 0.72
HSL 30º 0.26% 0.22% -
HSV(B) 30º 0.42% 0.28% -
XYZ 4.55 4.47 2.81 -
YUV 59.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 72 57 42 0 0.21 0.42 0.72 30 0.26 0.22
Hex 48 39 2A 0 15 2A 48 1E 1A 16
Octal 110 71 52 0 25 52 110 36 32 26
Binary 1001000 111001 101010 0 10101 101010 1001000 11110 11010 10110

Color Harmonies of #48392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48392A

Black with #48392A

Text Example


Text Example

White with #48392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48392A; }

 p { color: rgb(72,57,42); }

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

background-color css

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

 a { background-color: rgb(72,57,42); }

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

border-color css

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

 span { border-color: rgb(72,57,42); }

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