Html Css Color HEX #48453E Punga

📋 copy color: '#48453E'

red 72 ◦ green 69 ◦ blue 62

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

Shades of Punga #48453E

Tints of Punga #48453E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 35.47%
G = 33.99%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48453E (or 0x48453E) is known color: Punga. HEX triplet: 48, 45 and 3E. RGB value is (72,69,62). Sum of RGB (Red+Green+Blue) = 72+69+62=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 72 - color contains mainly: red. Hex color #48453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48453E is #B7BAC1. Grayscale: #454545. Windows color (decimal): -12040898 or 4080968. OLE color: 4080968.

HSL color Cylindrical-coordinate representation of color #48453E: hue angle of 42º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #48453E is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 69 62 -
CMYK 0 0.04 0.14 0.72
HSL 42º 0.07% 0.26% -
HSV(B) 42º 0.14% 0.28% -
XYZ 5.67 5.98 5.41 -
YUV 69.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 72 69 62 0 0.04 0.14 0.72 42 0.07 0.26
Hex 48 45 3E 0 4 E 48 2A 7 1A
Octal 110 105 76 0 4 16 110 52 7 32
Binary 1001000 1000101 111110 0 100 1110 1001000 101010 111 11010

Color Harmonies of #48453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48453E

Black with #48453E

Text Example


Text Example

White with #48453E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48453E; }

 p { color: rgb(72,69,62); }

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

background-color css

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

 a { background-color: rgb(72,69,62); }

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

border-color css

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

 span { border-color: rgb(72,69,62); }

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