Html Css Color HEX #485241 Cabbage Pont

📋 copy color: '#485241'

red 72 ◦ green 82 ◦ blue 65

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

Shades of Cabbage Pont #485241

Tints of Cabbage Pont #485241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.68%

R = 32.88%
G = 37.44%
B = 29.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#485241 (or 0x485241) is known color: Cabbage Pont. HEX triplet: 48, 52 and 41. RGB value is (72,82,65). Sum of RGB (Red+Green+Blue) = 72+82+65=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 82 - color contains mainly: green. Hex color #485241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485241 is #B7ADBE. Grayscale: #4D4D4D. Windows color (decimal): -12037567 or 4280904. OLE color: 4280904.

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

Color convert

RGB 72 82 65 -
CMYK 0.12 0 0.21 0.68
HSL 95.29º 0.12% 0.29% -
HSV(B) 95.29º 0.21% 0.32% -
XYZ 6.64 7.79 6.16 -
YUV 77.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 72 82 65 0.12 0 0.21 0.68 95.29 0.12 0.29
Hex 48 52 41 C 0 15 44 5F C 1D
Octal 110 122 101 14 0 25 104 137 14 35
Binary 1001000 1010010 1000001 1100 0 10101 1000100 1011111 1100 11101

Color Harmonies of #485241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485241

Black with #485241

Text Example


Text Example

White with #485241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485241; }

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

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

background-color css

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

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

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

border-color css

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

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

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