Html Css Color HEX #526343 Cabbage Pont

📋 copy color: '#526343'

red 82 ◦ green 99 ◦ blue 67

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

Shades of Cabbage Pont #526343

Tints of Cabbage Pont #526343

RGB

 RED value IS 82 (32.42% from 255) = 33.06%

 GREEN value IS 99 (39.06% from 255) = 39.92%

 BLUE value IS 67 (26.56% from 255) = 27.02%

R = 33.06%
G = 39.92%
B = 27.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#526343 (or 0x526343) is known color: Cabbage Pont. HEX triplet: 52, 63 and 43. RGB value is (82,99,67). Sum of RGB (Red+Green+Blue) = 82+99+67=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #526343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526343 is #AD9CBC. Grayscale: #5A5A5A. Windows color (decimal): -11377853 or 4416338. OLE color: 4416338.

HSL color Cylindrical-coordinate representation of color #526343: hue angle of 91.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #526343 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 67 -
CMYK 0.17 0 0.32 0.61
HSL 91.88º 0.19% 0.33% -
HSV(B) 91.88º 0.32% 0.39% -
XYZ 8.95 11.12 6.99 -
YUV 90.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 82 99 67 0.17 0 0.32 0.61 91.88 0.19 0.33
Hex 52 63 43 11 0 20 3D 5C 13 21
Octal 122 143 103 21 0 40 75 134 23 41
Binary 1010010 1100011 1000011 10001 0 100000 111101 1011100 10011 100001

Color Harmonies of #526343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526343

Black with #526343

Text Example


Text Example

White with #526343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526343; }

 p { color: rgb(82,99,67); }

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

background-color css

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

 a { background-color: rgb(82,99,67); }

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

border-color css

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

 span { border-color: rgb(82,99,67); }

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