Html Css Color HEX #485838 Cabbage Pont

📋 copy color: '#485838'

red 72 ◦ green 88 ◦ blue 56

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

Shades of Cabbage Pont #485838

Tints of Cabbage Pont #485838

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.74%

 BLUE value IS 56 (22.27% from 255) = 25.93%

R = 33.33%
G = 40.74%
B = 25.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#485838 (or 0x485838) is known color: Cabbage Pont. HEX triplet: 48, 58 and 38. RGB value is (72,88,56). Sum of RGB (Red+Green+Blue) = 72+88+56=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #485838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485838 is #B7A7C7. Grayscale: #4F4F4F. Windows color (decimal): -12036040 or 3692616. OLE color: 3692616.

HSL color Cylindrical-coordinate representation of color #485838: hue angle of 90º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485838 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 56 -
CMYK 0.18 0 0.36 0.65
HSL 90º 0.22% 0.28% -
HSV(B) 90º 0.36% 0.35% -
XYZ 6.88 8.64 5.05 -
YUV 79.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 72 88 56 0.18 0 0.36 0.65 90 0.22 0.28
Hex 48 58 38 12 0 24 41 5A 16 1C
Octal 110 130 70 22 0 44 101 132 26 34
Binary 1001000 1011000 111000 10010 0 100100 1000001 1011010 10110 11100

Color Harmonies of #485838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485838

Black with #485838

Text Example


Text Example

White with #485838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485838; }

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

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

background-color css

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

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

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

border-color css

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

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

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