Html Css Color HEX #485242 Cabbage Pont

📋 copy color: '#485242'

red 72 ◦ green 82 ◦ blue 66

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

Shades of Cabbage Pont #485242

Tints of Cabbage Pont #485242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.27%

 BLUE value IS 66 (26.17% from 255) = 30%

R = 32.73%
G = 37.27%
B = 30%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#485242 (or 0x485242) is known color: Cabbage Pont. HEX triplet: 48, 52 and 42. RGB value is (72,82,66). Sum of RGB (Red+Green+Blue) = 72+82+66=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #485242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485242 is #B7ADBD. Grayscale: #4D4D4D. Windows color (decimal): -12037566 or 4346440. OLE color: 4346440.

HSL color Cylindrical-coordinate representation of color #485242: hue angle of 97.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #485242 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 82 66 -
CMYK 0.12 0 0.20 0.68
HSL 97.5º 0.11% 0.29% -
HSV(B) 97.5º 0.2% 0.32% -
XYZ 6.67 7.81 6.31 -
YUV 77.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 72 82 66 0.12 0 0.20 0.68 97.5 0.11 0.29
Hex 48 52 42 C 0 14 44 62 B 1D
Octal 110 122 102 14 0 24 104 142 13 35
Binary 1001000 1010010 1000010 1100 0 10100 1000100 1100010 1011 11101

Color Harmonies of #485242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485242

Black with #485242

Text Example


Text Example

White with #485242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485242; }

 p { color: rgb(72,82,66); }

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

background-color css

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

 a { background-color: rgb(72,82,66); }

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

border-color css

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

 span { border-color: rgb(72,82,66); }

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