Html Css Color HEX #48382B Woodburn

📋 copy color: '#48382B'

red 72 ◦ green 56 ◦ blue 43

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

Shades of Woodburn #48382B

Tints of Woodburn #48382B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.75%

 BLUE value IS 43 (17.19% from 255) = 25.15%

R = 42.11%
G = 32.75%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48382B (or 0x48382B) is known color: Woodburn. HEX triplet: 48, 38 and 2B. RGB value is (72,56,43). Sum of RGB (Red+Green+Blue) = 72+56+43=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48382B is #B7C7D4. Grayscale: #3B3B3B. Windows color (decimal): -12044245 or 2832456. OLE color: 2832456.

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

Color convert

RGB 72 56 43 -
CMYK 0 0.22 0.40 0.72
HSL 26.9º 0.25% 0.23% -
HSV(B) 26.9º 0.4% 0.28% -
XYZ 4.52 4.38 2.89 -
YUV 59.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 72 56 43 0 0.22 0.40 0.72 26.9 0.25 0.23
Hex 48 38 2B 0 16 28 48 1B 19 17
Octal 110 70 53 0 26 50 110 33 31 27
Binary 1001000 111000 101011 0 10110 101000 1001000 11011 11001 10111

Color Harmonies of #48382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48382B

Black with #48382B

Text Example


Text Example

White with #48382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48382B; }

 p { color: rgb(72,56,43); }

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

background-color css

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

 a { background-color: rgb(72,56,43); }

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

border-color css

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

 span { border-color: rgb(72,56,43); }

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